A static site generator that uses Nunjucks as template language.
-
Prerequisites: NPM and a Unix-like shell (on Windows e. g. Git BASH)
-
Get the code:
npx degit destacks/hilda#main my-project-name
-
Go to folder:
cd my-project-name
-
Install:
npm install
-
build and run dev server:
npm run start
-
just build:
npm run build
-
just run dev server:
npm run dev