Simple Next.js app for browsing VCE exam questions from data.json using taxonomy from config/subject_taxonomy.json.
npm install
npm run devnpm run buildThis repo includes a GitHub Actions workflow that:
- Builds the app on pushes to
main - Publishes the static export (
out/) to GitHub Pages - Automatically uses the correct base path for either user pages (
/) or project pages (/<repo>)
After pushing these changes, in GitHub go to:
Settings -> Pages -> Build and deployment -> Source and set it to GitHub Actions.