No description
Find a file
2024-02-20 19:24:47 -08:00
.github Basic onboading flow (#24) 2024-02-20 17:37:17 -08:00
assets Refactor and document output path (#28) 2024-02-20 18:40:13 -08:00
config Prod packaging v1 (#23) 2024-02-16 18:50:00 -08:00
lib Updated source's friendly_name to default to the collection_name (#29) 2024-02-20 19:24:47 -08:00
priv Updated source's friendly_name to default to the collection_name (#29) 2024-02-20 19:24:47 -08:00
rel/overlays/bin Prod packaging v1 (#23) 2024-02-16 18:50:00 -08:00
test Updated source's friendly_name to default to the collection_name (#29) 2024-02-20 19:24:47 -08:00
.credo.exs Redo indexing mechanism (#16) 2024-02-09 18:23:37 -08:00
.dockerignore Prod packaging v1 (#23) 2024-02-16 18:50:00 -08:00
.formatter.exs Redo indexing mechanism (#16) 2024-02-09 18:23:37 -08:00
.gitignore Switch to sqlite (#22) 2024-02-16 17:11:41 -08:00
.iex.exs Rename media sources (#25) 2024-02-20 17:48:20 -08:00
.prettierignore Add CI (#4) 2024-01-19 23:43:25 -08:00
.prettierrc.js Initial setup (first pass) (#1) 2024-01-19 17:49:16 -08:00
dev.Dockerfile Refactor and document output path (#28) 2024-02-20 18:40:13 -08:00
docker-compose.ci.yml Prod packaging v1 (#23) 2024-02-16 18:50:00 -08:00
docker-compose.yml Prod packaging v1 (#23) 2024-02-16 18:50:00 -08:00
docker-run.dev.sh Prod packaging v1 (#23) 2024-02-16 18:50:00 -08:00
ideas.md Updated source's friendly_name to default to the collection_name (#29) 2024-02-20 19:24:47 -08:00
mix.exs Switch to sqlite (#22) 2024-02-16 17:11:41 -08:00
mix.lock Switch to sqlite (#22) 2024-02-16 17:11:41 -08:00
package.json Download video(s) (first iteration) (#5) 2024-01-30 20:15:59 -08:00
README.md Add CI (#4) 2024-01-19 23:43:25 -08:00
selfhosted.Dockerfile Prod packaging v1 (#23) 2024-02-16 18:50:00 -08:00
yarn.lock Add CI (#4) 2024-01-19 23:43:25 -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