update index and readme
This commit is contained in:
parent
210488123b
commit
cce6a9d6fa
21
README.md
21
README.md
|
@ -1,20 +1,3 @@
|
||||||
# PokemonCouture
|
# Pokémon Couture
|
||||||
|
|
||||||
To start your Phoenix server:
|
A work-in-progress Phoenix app for tracking clothes acquisition in Pokémon Sun & Moon.
|
||||||
|
|
||||||
* Install dependencies with `mix deps.get`
|
|
||||||
* Create and migrate your database with `mix ecto.setup`
|
|
||||||
* Install Node.js dependencies with `npm install` inside the `assets` directory
|
|
||||||
* Start Phoenix endpoint with `mix phx.server`
|
|
||||||
|
|
||||||
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
|
|
||||||
|
|
||||||
Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).
|
|
||||||
|
|
||||||
## Learn more
|
|
||||||
|
|
||||||
* Official website: https://www.phoenixframework.org/
|
|
||||||
* Guides: https://hexdocs.pm/phoenix/overview.html
|
|
||||||
* Docs: https://hexdocs.pm/phoenix
|
|
||||||
* Forum: https://elixirforum.com/c/phoenix-forum
|
|
||||||
* Source: https://github.com/phoenixframework/phoenix
|
|
|
@ -1,20 +1,17 @@
|
||||||
<section class="phx-hero">
|
<section class="phx-hero">
|
||||||
<h1><%= gettext "Welcome to %{name}!", name: "Phoenix" %></h1>
|
<h1><%= gettext "Welcome to %{name}!", name: "Pokémon Couture" %></h1>
|
||||||
<p>Peace of mind from prototype to production</p>
|
<p>Tracking tool for clothes in Pokémon Sun & Moon.</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="row">
|
<section class="row">
|
||||||
<article class="column">
|
<article class="column">
|
||||||
<h2>Resources</h2>
|
<h2>Links</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://hexdocs.pm/phoenix/overview.html">Guides & Docs</a>
|
<a href="http://localhost:4000/clothes">Clothes page</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://github.com/phoenixframework/phoenix">Source</a>
|
<a href="https://github.com/SleepyLili/pokemon-couture">Source</a>
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="https://github.com/phoenixframework/phoenix/blob/v1.5/CHANGELOG.md">v1.5 Changelog</a>
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</article>
|
</article>
|
||||||
|
|
Loading…
Reference in New Issue