Website for all things nwPlus!
First, run the development server:
pnpm install
pnpm devOpen http://localhost:3000 with your browser to see the result.
This site deploys to Firebase Hosting as a static export (next build && next export → out/).
Deploys are handled automatically by GitHub Actions:
- pushes to
maindeploy to production (.github/workflows/firebase-hosting-merge.yml) - pull requests get a preview channel (
.github/workflows/firebase-hosting-pull-request.yml)
Check out our contribution guidelines.