An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![FlyByWire Simulations](https://raw.githubusercontent.com/flybywiresim/branding/master/tails-with-text/FBW-Color-Dark.svg#gh-light-mode-only)
![FlyByWire Simulations](https://raw.githubusercontent.com/flybywiresim/branding/master/tails-with-text/FBW-Color-Light.svg#gh-dark-mode-only)

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.