No description
* Adds options + option builder + metadata parsing for media thumbnails * Added release-type options to media profile; built option parser for indexing operations * Added new media_profile options to creation form; made show helper for rendering database items * Added options for downloading/embedding metadata * Adds option on sources to not download media (index only) * reformatted docs |
||
|---|---|---|
| .github | ||
| assets | ||
| config | ||
| lib | ||
| priv | ||
| test | ||
| .env.sample | ||
| .formatter.exs | ||
| .gitignore | ||
| .iex.exs | ||
| .prettierignore | ||
| .prettierrc.js | ||
| docker-compose.ci.yml | ||
| docker-compose.yml | ||
| docker-run.sh | ||
| Dockerfile | ||
| ideas.md | ||
| mix.exs | ||
| mix.lock | ||
| package.json | ||
| README.md | ||
| yarn.lock | ||
Pinchflat
To start your Phoenix server:
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -S mix phx.server
Now you can visit localhost:4000 from your browser.
Ready to run in production? Please check our deployment guides.
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