https://github.com/flucoma/flucoma.org
The project web site
https://github.com/flucoma/flucoma.org
Last synced: 4 months ago
JSON representation
The project web site
- Host: GitHub
- URL: https://github.com/flucoma/flucoma.org
- Owner: flucoma
- Created: 2019-05-10T16:08:53.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-09-25T09:53:57.000Z (8 months ago)
- Last Synced: 2025-09-25T11:38:54.382Z (8 months ago)
- Language: CSS
- Size: 1.83 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: news/athirdformat.md
Awesome Lists containing this project
README
# FluCoMa
Static website, built with [11ty](https://www.11ty.io/), for [flucoma.org](http://www.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:
```bash
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](http://localhost:8080/)
```bash
npm run dev
```
### Build, to `_site`
```bash
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
```bash
npm run deploy
```
You will be prompted for your SSH private key password, thereafter everything should be magic.
###### Design
By [Sam Smith](https://samsmith.name/)