Skip to content

marko-js/website

Repository files navigation

Screenshot of markojs.com running in a browser

Running markojs.com Locally

git clone https://github.com/marko-js/website.git
cd website
git submodule update --init --recursive
npm install
npm run dev

Serving a static build

npm run build
npx http-server ./build

Publishing

npm run publish

Contributing

Pull Requests greatly appreciated!