Skip to content

timxor/gnosis-management

 
 

Repository files navigation

Decentralized Research Platform - DRP

First start the back end server

Back End Development

sudo npm install
npm run server

Second start the front end server

###Front End Development

sudo npm install
sudo npm run build-dev
sudo npm run start-dev

###Front End Production

sudo npm install
sudo npm run build-prod
sudo npm run start-prod

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.0%
  • HTML 16.9%
  • CSS 10.0%
  • Shell 0.1%