This is the website repository for the Shutoko Revival Project website.
Based on the excellent FlyByWire Simulations Website.
Install dependencies.
npm installStart development server.
npm run devStart a production server
npm run build
npm run startTo build the website for production, run the following commands.
npm run build
npm run export- Next.js used to build our page.
- React javascript library used to make UI.
- tailwindcss low level CSS classes.