Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 497 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 497 Bytes

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!