/flight-studio

Primary LanguageJavaScript

This is the instruction to run Flight Studio

Getting Started

Before you get started, you should do all the set up first

Front End

  1. Source into the frontend folder, then yarn add all the packages in package.json
cd frontend
yarn
  1. Run your website
yarn run dev

Front End

  1. Before you jump into backend, remember to have virtualenv installed
  2. Source into the backend folder, then initialize the python environment
cd ../backend
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

flight-studio

flight-studio