![FlyByWireLogo](https://raw.githubusercontent.com/flybywiresim/fbw-branding/master/svg/FBW-Logo.svg)
# FlyByWire Simulations EFB

This repo contains the EFB prototype for FlyByWire Simulations' projects.

## How to open

First install the dependencies
```shell script
npm install
```

Then run the development server using
```shell script
npm start
```

