Once you have installed the requirements as mentioned in the General Requirements docs, you can try setting the local dev env as follows.
Clone the repo.
Install deps.
start zcashd ( with all the flags necessary as mentioned in the General Requirements )
start the app in dev mode.
Install elixir deps using Mixarrow-up-right
$ mix deps.get
Install frontend deps using npm
npm
$ cd assets $ npm install
Start the app
$ iex -S mix phx.server
open http://localhost:4000/arrow-up-right in your browser.
Last updated 4 years ago