Initial commit: there's still tons of base Phoenix boilerplate to remove, but the...
[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
9 To start your Phoenix app:
10
11 * Install dependencies with `mix deps.get`
12 * Create and migrate your database with `mix ecto.create && mix ecto.migrate`
13 * Install Node.js dependencies with `npm install`
14 * Start Phoenix endpoint with `mix phoenix.server`
15
16 Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
17
18 Ready to run in production? Please [check our deployment guides](http://www.phoenixframework.org/docs/deployment).
19
20 ## Learn more
21
22 * Official website: http://www.phoenixframework.org/
23 * Guides: http://phoenixframework.org/docs/overview
24 * Docs: https://hexdocs.pm/phoenix
25 * Mailing list: http://groups.google.com/group/phoenix-talk
26 * Source: https://github.com/phoenixframework/phoenix