forked from NJIT-WIS/mywebclass-simulation
-
Notifications
You must be signed in to change notification settings - Fork 2
Project Installation
Sarswat Jha edited this page Mar 27, 2023
·
1 revision
- Open GitHub to the Project Repo
- Create a Fork of this repo for your own repo to make edits
- Clone the Fork into PyCharm
- After Project Opens, edit the workflow Files and docker_compose.yml files with your DockerHub Repo Username and Password
- Ensure that the docker image is running, by doing docker-compose
- Install the NPM modules using (npm install) in the terminal
- Start the webpage locally - npm start
Users are all expected to have the most updated versions of PyCharm, or any IDE with a terminal within