Checkpoint commit - blips show up as a sidebar now instead of at the bottom
[tech-radar-editor.git] / README.md
1 # TechRadarEditor
2
3 A Phoenix-based editor for tech radars.
4 Below is the Phoneix-generated README.md boilerplate.
5
6 ----
7
8 To start your Phoenix app:
9
10 * Install dependencies with `mix deps.get`
11 * Create and migrate your database with `mix ecto.create && mix ecto.migrate`
12 * Install Node.js dependencies with `npm install`
13 * Start Phoenix endpoint with `mix phoenix.server`
14
15 Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
16
17 Ready to run in production? Please [check our deployment guides](http://www.phoenixframework.org/docs/deployment).
18
19 ## Learn more
20
21 * Official website: http://www.phoenixframework.org/
22 * Guides: http://phoenixframework.org/docs/overview
23 * Docs: https://hexdocs.pm/phoenix
24 * Mailing list: http://groups.google.com/group/phoenix-talk
25 * Source: https://github.com/phoenixframework/phoenix