The official website and documentation platform for the Fidan programming language.
This repository powers:
https://fidan.devhttps://docs.fidan.devIt contains the marketing site, release pages, install endpoints, and the docs shell for the Fidan ecosystem.
Install dependencies:
npm ci
Start the dev server:
npm run dev
Format the repo:
npm run format:all
Check formatting without writing changes:
npm run format:all:check
Git hooks are installed automatically via npm ci or npm install and run the formatter before each commit.
Typecheck:
npm run check
Production build:
npm run build
Browser smoke tests:
npm run e2e
This site is configured for Cloudflare Pages.
Relevant files:
wrangler.toml.github/workflows/ci.yaml.github/workflows/deploy-pages.yamlThe deploy workflow expects:
CLOUDFLARE_API_TOKENCLOUDFLARE_ACCOUNT_IDThis repo is for the website and docs platform only.
Compiler, runtime, toolchain, formatter, LSP, and package-manager changes belong in the main Fidan repository:
https://github.com/fidan-lang/fidanhttps://github.com/fidan-lang/fidanhttps://dal.fidan.dev