0.0.1 • Published 4 years ago

create-motionless-site v0.0.1

Weekly downloads
6
License
-
Repository
github
Last release
4 years ago

This is a nodejs template for setting up a static website using motionless. You get a site built from Markdown, CSS, and an HTML template, and a live-reloading dev server that will update the site as you build it.

npm init motionless-site YOUR-APP-NAME
cd YOUR-APP-NAME

Then start the live-reloading dev server:

make watch

Now open http://localhost:8000/ in your browser.

See the README for documentation on using the template.