by Minghao Chen, Stanley Lim, Mike Qu, Prateik Sinha, Ken Zhou
- Install Docker Desktop
- Install Node.js
- Install npm modules: in the folder
./BOL/frontendfunnpm install
- In the root folder
./BOL, rundocker-compose up. The first time you do this it will take a bit of time.
- In the folder
./BOL/frontendrun the startup scriptstart.ps1(Windows) orstart.sh(Mac)
- Install Git
- Create a folder on your computer where you can download this repository
- Clone this repository to your computer:
git clone https://github.com/minghao912/GAMERSOfExcelSpreadsheetLine30.git
- Install Docker Desktop
- Install Node.js
- In the root folder
./GAMERSOfExcelSpreadsheetLine30, rundocker-compose up. The first time you do this it will take a bit of time - In the folder
./GAMERSOfExcelSpreadsheetLine30/frontend, runnpm install. This will install the necessary modules for the frontend
- Make sure you have Docker Desktop running in the background
- In the root folder
./GAMERSOfExcelSpreadsheetLine30, rundocker-compose up. - Delete the file
tsconfig.jsonin the folder./GAMERSOfExcelSpreadsheetLine30/frontend. You have to do this every time you launch the app because of a bug with React and Typescript - In a different terminal window, go to
./GAMERSOfExcelSpreadsheetLine30/frontendand runnpm start. It should automatically open your browser window and show a webpage - To close the app, do Ctrl+C in both terminal windows and the app will stop