https://github.com/marko-js/website
The markojs.com website
https://github.com/marko-js/website
Last synced: 10 months ago
JSON representation
The markojs.com website
- Host: GitHub
- URL: https://github.com/marko-js/website
- Owner: marko-js
- License: mit
- Created: 2017-01-15T00:17:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-04T18:50:32.000Z (11 months ago)
- Last Synced: 2025-02-04T19:39:51.839Z (11 months ago)
- Language: Marko
- Homepage: http://markojs.com
- Size: 76.1 MB
- Stars: 37
- Watchers: 8
- Forks: 26
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## Running markojs.com Locally
``` bash
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
```bash
npm run build
npx http-server ./build
```
## Publishing
```bash
npm run publish
```
## Contributing
Pull Requests greatly appreciated!