/paradigm-threat-old

Paradigm Threat Website

Primary LanguageJavaScript

Paradigm Threat CMS

The Paradigm Threat CMS is written in ReactJS (NodeJS) making use of Markdown syntax. All site content is managed through a shared git-repository which provides deployment, version control, and user access without needing a database service. This makes the CMS invulnerable to DDoS attacks and hacking attempts. The CMS has been used to gather contributing documents for our team investigations.

Start Development Server

npm start

Runs the app 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.

Build Production Server

npm run build

Start Production Server

npm run start-server