marko-js / website

The markojs.com website

Home Page:http://markojs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

The markojs.com website

http://markojs.com

License:MIT License


Languages

Language:Marko 54.2%Language:JavaScript 36.2%Language:CSS 9.6%