NOTE: There are two versions of our project's front end.
- The 'main' branch,
with-queue-manager, contains functionality for adding queues and queueing self to that queue. - The 'secondary' branch,
develop, contains functionality for adding queues and seeing the resulting addresses of the queues that were created.
npm installfor dependencies. You may need to appendsudobased on your configuration.truffle compiletruffle migrate--you may need the--resettag.- Configure MetaMask/Mist/etc. to use your desired Ethereum network. In this example we are using Ganache/TestRPC @
http://localhost:7545. npm run dev- Go nuts, should be served on
localhost:3000.