Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 707 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 707 Bytes

This is the website repository for the Shutoko Revival Project website.

Based on the excellent 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