Update the Readme with testing instructions.

pull/2/head
CJ Bryan and Matt Olenick 7 years ago
parent a78e87177a
commit e69c36e960
  1. 21
      README.md

@ -1,20 +1,11 @@
# Explorer
# POA Explorer
To start your Phoenix server:
This is a tool for inspecting and analyzing the POA Network blockchain.
* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.create && mix ecto.migrate`
* Install Node.js dependencies with `cd assets && npm install`
* Start Phoenix endpoint with `mix phx.server`
## Setup Instructions
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
# Testing
Ready to run in production? Please [check our deployment guides](http://www.phoenixframework.org/docs/deployment).
To run the test suite:
## Learn more
* Official website: http://www.phoenixframework.org/
* Guides: http://phoenixframework.org/docs/overview
* Docs: https://hexdocs.pm/phoenix
* Mailing list: http://groups.google.com/group/phoenix-talk
* Source: https://github.com/phoenixframework/phoenix
`$ mix test`

Loading…
Cancel
Save