update index and readme

This commit is contained in:
Lili (Tlapka) 2021-07-07 12:40:37 +02:00
parent 210488123b
commit cce6a9d6fa
2 changed files with 7 additions and 27 deletions

View File

@ -1,20 +1,3 @@
# PokemonCouture
# Pokémon Couture
To start your Phoenix server:
* 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
A work-in-progress Phoenix app for tracking clothes acquisition in Pokémon Sun & Moon.

View File

@ -1,20 +1,17 @@
<section class="phx-hero">
<h1><%= gettext "Welcome to %{name}!", name: "Phoenix" %></h1>
<p>Peace of mind from prototype to production</p>
<h1><%= gettext "Welcome to %{name}!", name: "Pokémon Couture" %></h1>
<p>Tracking tool for clothes in Pokémon Sun & Moon.</p>
</section>
<section class="row">
<article class="column">
<h2>Resources</h2>
<h2>Links</h2>
<ul>
<li>
<a href="https://hexdocs.pm/phoenix/overview.html">Guides &amp; Docs</a>
<a href="http://localhost:4000/clothes">Clothes page</a>
</li>
<li>
<a href="https://github.com/phoenixframework/phoenix">Source</a>
</li>
<li>
<a href="https://github.com/phoenixframework/phoenix/blob/v1.5/CHANGELOG.md">v1.5 Changelog</a>
<a href="https://github.com/SleepyLili/pokemon-couture">Source</a>
</li>
</ul>
</article>