Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.04 KB

README.md

File metadata and controls

36 lines (28 loc) · 1.04 KB

FlyByWire Simulations FlyByWire Simulations

This is the website repository for the FlyByWire Simulations website.

Getting Started

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

Relevant Documentation

Powered by Vercel