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 install
npm cinote: there will be warnings of deprecations and vulnerabilities, with recommendations to 'fix' them. Please ignore.
Run dev server, at localhost:8080
npm run devnpm run build- Make sure our web server is in
/etc/hostsasflucoma - Make sure your user on our web server is a member of the
flucomagroup
npm run deployYou will be prompted for your SSH private key password, thereafter everything should be magic.
By Sam Smith