User Registration for Decentralized Derivatives
- Clone the repo:
git clone https://github.com/DecentralizedDerivatives/membership.git
- Install dependencies:
npm install
- Start the server:
npm run dev
Open browser to http://localhost:8855
- 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.