forked from NJIT-WIS/mywebclass-simulation
-
Notifications
You must be signed in to change notification settings - Fork 0
Project Setup Instructions
kmn6 edited this page Mar 18, 2023
·
2 revisions
Create GitHub account and send your GitHub account name to John Idone. You will be added to the project as a Contributor so that you will have more than read-only rights.
The default installation options should suffice but you can customize if desired.
- Git: git-scm.com
- Node.js: nodejs.org
- Python: python.org
- PyCharm Community Edition: jetbrains.com/pycharm
- Microsoft Visual C++ 2015-2022 Redistributable: microsoft.com
Open PyCharm and start a New Project:

If this isn't your first project, you will see this instead:

Sign in to GitHub. This will open a browser for you to complete the process:

Note that your are signed into GitHub. Input this URL: https://github.com/jidone7061/mywebclass-simulation.git and hit Clone.

Open the Terminal from the bottom menu. Enter the commands:
npm install
npm start
This will trigger webpack to open which will launch your browser to the project running on your localhost.