play stories online or offline
- Elixir 70.3%
- TypeScript 20.3%
- HTML 4.3%
- CSS 4.3%
- JavaScript 0.8%
|
Kat Marchán
b0edba6f73
Some checks failed
CI / Test on OTP 26.0.1 / Elixir 1.16.1 / Node 20.11.1 (push) Has been cancelled
|
||
|---|---|---|
| .github/workflows | fix formatting | |
| assets | idek | |
| config | add rate limiting | |
| lib | Progressively-enhanced theme picker ( #13 ) | |
| priv | insert-or-update for entities works now | |
| test | restructure some entity stuff a bit | |
| .DS_Store | idek | |
| .editorconfig | initial commit | |
| .formatter.exs | initial commit | |
| .gitignore | working on entity saving and parsing ( #11 ) | |
| .tool-versions | lay out frontend components, theming, i18n, app context | |
| CONTRIBUTING.md | restructure some entity stuff a bit | |
| docker-compose.yaml | Updates to getting started ( #1 ) | |
| mix.exs | add rate limiting | |
| mix.lock | add rate limiting | |
| README.md | properly reload lit-ssr module after modification | |
BlackIron
To start the app:
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix serveor inside IEx withiex -S mix serve
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