- Install git: https://git-scm.com/downloads
- Install npm: https://www.npmjs.com/get-npm
- Create local directory
- Open command prompt (CMD, Terminal)
- Change to new directroy: cd
- Clone Github repository:
git clone https://github.com/nicoflorin/bachelor-thesis.git - Open new directory "bachelor-thesis" in explorer or terminal
- Copy and rename file ".env.example" to ".env"
- Open ".env" and set every env variable based on your Firebase SDK config values
- In command prompt change to new directory "bachelor-thesis"
cd bachelor-thesis - Install application with "npm install"
- Start application with "npm start" a. Application runs under http://localhost:3000
For the correct execution of the application, a Google Firebase account with Cloud Firestore database and authentication is required.
In the project directory, you can run:
Runs the page in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
It is not allowed to copy, modify or redistribute this code without the explicit permission of the copyright holder.