- Go to https://git.pthreat.co
- Create a user and/or log in
- Go to your profile section and add your SSH Key
If you already cloned the project and didn't use --recurse-submodules, you can combine the git submodule init and git submodule update steps by running
In the project directory, you can run:
Builds the app. This is necessary for running the server
Open http://localhost:8081 to view it in the browser.
Runs the production server. Running this is necessary for the files to load
Open http://localhost:8081 to view it in the browser.
Note: The server will server the react client, as well as all the hosted files.
For developers, Run the app in development mode. This uses the above server for loading files.
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.
Note:
Launches the test runner in the interactive watch mode.
See the section about running tests for more
information.
This project was bootstrapped with Create React App.