Skip to content

flucoma/flucoma.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e0ad0b5 · Mar 25, 2025
Mar 24, 2025
Mar 24, 2025
Feb 16, 2025
Sep 19, 2021
Feb 16, 2025
Apr 12, 2022
May 9, 2019
Apr 12, 2022
Feb 10, 2024
Mar 30, 2023
Mar 24, 2025
Apr 21, 2020
May 9, 2019
May 3, 2023
Feb 16, 2025
Feb 16, 2025
Mar 25, 2025
Mar 25, 2025

Repository files navigation

FluCoMa

Static website, built with 11ty, for flucoma.org

Prerequisite

NPM: node package manager.

Can be installed via Node Version Manager https://github.com/nvm-sh/nvm#installing-and-updating

Development

In the flucoma.org directory:

Step 0. Install dependencies:

npm install
npm ci

note: there will be warnings of deprecations and vulnerabilities, with recommendations to 'fix' them. Please ignore.

Run dev server, at localhost:8080

npm run dev

Build, to _site

npm run build

Deploy to web server

  • Make sure our web server is in /etc/hosts as flucoma
  • 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.

Design

By Sam Smith