No description
Find a file
Kieran c03fd837ea Initial setup (first pass) (#1)
* Updated Elixir version; made phx interactive

* Added JS formatting rules

* Added yt-dlp to dockerfile

* Added a basic PR template

* Added default responses for the PR template
2024-01-19 17:49:16 -08:00
.github Initial setup (first pass) (#1) 2024-01-19 17:49:16 -08:00
assets Initial setup (first pass) (#1) 2024-01-19 17:49:16 -08:00
config Initial commit 🎉 2024-01-18 20:32:01 -08:00
lib Initial commit 🎉 2024-01-18 20:32:01 -08:00
priv Initial commit 🎉 2024-01-18 20:32:01 -08:00
test Initial commit 🎉 2024-01-18 20:32:01 -08:00
.env.sample Initial commit 🎉 2024-01-18 20:32:01 -08:00
.eslintrc.js Initial setup (first pass) (#1) 2024-01-19 17:49:16 -08:00
.formatter.exs Initial commit 🎉 2024-01-18 20:32:01 -08:00
.gitignore Initial commit 🎉 2024-01-18 20:32:01 -08:00
.prettierignore Initial setup (first pass) (#1) 2024-01-19 17:49:16 -08:00
.prettierrc.js Initial setup (first pass) (#1) 2024-01-19 17:49:16 -08:00
docker-compose.yml Initial commit 🎉 2024-01-18 20:32:01 -08:00
docker-run.sh Initial setup (first pass) (#1) 2024-01-19 17:49:16 -08:00
Dockerfile Initial setup (first pass) (#1) 2024-01-19 17:49:16 -08:00
mix.exs Initial setup (first pass) (#1) 2024-01-19 17:49:16 -08:00
mix.lock Initial commit 🎉 2024-01-18 20:32:01 -08:00
README.md Initial commit 🎉 2024-01-18 20:32:01 -08:00

Pinchflat

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -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