The website of the Flix programming language, built with Astro.
Requires Node.js 22 or later.
npm install
npm run devThe development server runs at http://127.0.0.1:3000.
npm run buildBuilds the production site to the dist/ folder.
npm run previewPreviews the production build locally before deploying. See the Astro deployment guide for more information.
Note: dev and build first run npm run fetch-grammar, which downloads the Flix TextMate grammar used for syntax highlighting into src/grammars/. The download is skipped if the file already exists.
- Astro documentation
- Bootstrap 4 documentation (used for styling)