The INFO Technology Radar static site generator based on the AOE tech radar implementation.
- Node.js >= 12
To run the application locally:
npm run serve
To create a production build:
npm run build
Host the application under a sub path To host the application under a sub path with Next.js, you'll need to configure the basePath in your config.json. This replaces the previous PUBLIC_URL environment variable approach.