Nature of Code ported to F# using Fable and Perfect Fifth.
Live site: https://mark-gerarts.github.io/nature-of-code-fsharp/
One-time setup:
$ npm install
$ dotnet tool restore
$ dotnet restore src
Run a local development server on localhost:8080:
npm run start
To build the static website:
./generate-site.sh
Building & deploying is done automatically on commits to master.