Paradigm Threat Website

Ari Asulin authored on 30 Apr
.idea Add .idea files 7 months ago
files Citation Formatting 7 months ago
public Logo color fix 10 months ago
scripts VideoAsset test and refactor 7 months ago
sources Refactor bottom-text 7 months ago
src Citation Formatting 7 months ago
.env git changelog asset 1 year ago
.env.development fixes for windows 1 year ago
.gitignore VideoAsset test and refactor 7 months ago
.gitmodules sources submodule 1 year ago
README.md theme fix 1 year ago
package.json Refactor bottom-text 7 months ago
tsconfig.json Initialize project using Create React App 1 year ago
README.md

Paradigm Threat Website

Install your SSH Key

  1. Go to https://git.pthreat.co
  2. Create a user and/or log in
  3. Go to your profile section and add your SSH Key

Clone the Repo:

git clone ssh://git@git.pthreat.co:2222/ari/paradigm-threat-site.git --recursive

Install Files Submodule

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

git submodule update --init

Available Scripts

In the project directory, you can run:

npm build

Builds the app. This is necessary for running the server\ Open http://localhost:8081 to view it in the browser.

npm run server

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.

npm start

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:

npm test

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.