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 srcRun a local development server on localhost:8080:
npm run startTo build the static website:
./generate-site.shBuilding & deploying is done automatically on commits to master.