Static website, built with 11ty, for flucoma.org
NPM
: node package manager.
Can be installed via Node Version Manager https://github.com/nvm-sh/nvm#installing-and-updating
In the flucoma.org directory:
Step 0. Install dependencies:
npm ci
Run dev server, at localhost:8080
npm run dev
npm run build
- Make sure our web server is in
/etc/hosts
asflucoma
- Make sure your user on our web server is a member of the
flucoma
group
npm run deploy
You will be prompted for your SSH private key password, thereafter everything should be magic.
By Sam Smith