https://github.com/flybywiresim/website
Marketing website for FlyByWire Simulations
https://github.com/flybywiresim/website
flybywire react tailwindcss
Last synced: about 1 year ago
JSON representation
Marketing website for FlyByWire Simulations
- Host: GitHub
- URL: https://github.com/flybywiresim/website
- Owner: flybywiresim
- License: agpl-3.0
- Created: 2020-08-31T22:42:45.000Z (almost 6 years ago)
- Default Branch: staging
- Last Pushed: 2024-11-10T02:46:10.000Z (over 1 year ago)
- Last Synced: 2025-04-10T06:37:20.741Z (about 1 year ago)
- Topics: flybywire, react, tailwindcss
- Language: HTML
- Homepage: https://www.flybywiresim.com
- Size: 206 MB
- Stars: 64
- Watchers: 22
- Forks: 46
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


This is the website repository for the [FlyByWire Simulations website](https://flybywiresim.com/).
## Getting Started
Install dependencies.
```sh
npm install
```
Start development server.
```sh
npm run dev
```
Start a production server
```sh
npm run build
npm run start
```
To build the website for production, run the following commands.
```sh
npm run build
npm run export
```
## Relevant Documentation
+ [Next.js](https://nextjs.org) used to build our page.
+ [React](https://reactjs.org/) javascript library used to make UI.
+ [tailwindcss](https://tailwindcss.com/) low level CSS classes.