Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 495 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 495 Bytes

DDA Membership

User Registration for Decentralized Derivatives

Local Usage

  1. Clone the repo: git clone https://github.com/DecentralizedDerivatives/membership.git
  2. Install dependencies: npm install
  3. Start the server: npm run dev

Open browser to http://localhost:8855

Deployment

  1. Heroku will auto deploy from Master after commit-push. Heroku is particular about the order of deployment process. Leave the postinstall, build, and start scripts alone unless you're sure.