This is the source code for https://amplifyingfsharp.io/.
If you are looking to submit a session you can visit this page instead.
We have an Open Collective. Thank you to all our donors!
Timothé Larivière (Kanoya Tech B.V.), Kanoya Tech B.V.
Run bun run backers.js
to generate the list of backers above.
dotnet fsi blue-hair.fsx
You need Bun 1.1.1 to run this project.
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
bun install |
Installs dependencies |
bun run dev |
Starts local dev server at localhost:3000 |
bun run build |
Build your production site to ./dist/ |
bun run preview |
Preview your build locally, before deploying |
bun run format |
Formats the code using prettier |