Official website for NxScript - a scripting language for Haxe.
npm install
npm run devnpm run buildsrc/components/- React components (Header, Footer, TryEditor, ApiDoc, etc.)src/pages/- Page components (Home, Docs, Api, Try, Examples, Blog)src/content/- Markdown documentation and blog postspublic/- Static assets (nxscript.js and api.xml copied during CI)
The GitHub Action automatically:
- Checks out NxScript repo
- Builds
nxscript.jsviahaxe build_js.hxml - Generates
api.xmlviahaxe doc.hxml - Copies both to
public/ - Builds the React app
- Deploys to GitHub Pages
- Try Online: Interactive REPL with Monaco Editor
- Documentation: Markdown-based docs with syntax highlighting
- API Reference: Auto-generated from Haxe XML docs
- Examples: Code snippets with expected output
- Blog: News and updates
Apache 2.0