This is the website repository for the FlyByWire Simulations website.
Install dependencies.
npm install
Start development server.
npm run dev
Start a production server
npm run build
npm run start
To 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.