Write your website using HTML and Markdown.
Run it on an express server as a middleware or pre-render it using generate-static-site.
Get started with Wanilla Machine in 1 Minute.
- Download this example as a starter template:
# download starter project
# (to the current directory)
npx wanilla-machine@latest --init
# start wanilla machine
npx wanilla-machine@latest
# open your browser
http://localhost:4500/
- Pre-Render your site using generate-static-site:
# pre-render your site
npx generate-static-site http://localhost:4500/ www
- Publish your static site (inside www) to any host of your choice.
Available soon.
You can already do a lot of things, but you can't create dynamic blog posts, articles, products etc. just yet.
Wanilla Machine
USAGE
npx wanilla-machine <root> [options]
ARGUMENTS
root FOLDER
OPTIONS
--help Display help
--init Initialize a starter project
--open=<boolean> Whether or not to open the browser
--port=<number> Set the server port
--version -v Print version