2
1
Fork
You've already forked black-iron
1
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
idek
2025年07月15日 00:02:52 -07:00
.github/workflows fix formatting 2024年08月03日 22:09:49 -07:00
assets idek 2025年07月15日 00:02:52 -07:00
config add rate limiting 2025年04月04日 00:46:56 -07:00
lib Progressively-enhanced theme picker ( #13 ) 2025年05月30日 10:15:18 +02:00
priv insert-or-update for entities works now 2024年09月19日 12:26:34 -07:00
test restructure some entity stuff a bit 2024年09月03日 18:09:36 -07:00
.DS_Store idek 2025年07月15日 00:02:52 -07:00
.editorconfig initial commit 2024年07月25日 21:48:49 -07:00
.formatter.exs initial commit 2024年07月25日 21:48:49 -07:00
.gitignore working on entity saving and parsing ( #11 ) 2025年04月06日 23:37:54 -07:00
.tool-versions lay out frontend components, theming, i18n, app context 2024年07月26日 19:42:15 -07:00
CONTRIBUTING.md restructure some entity stuff a bit 2024年09月03日 18:09:36 -07:00
docker-compose.yaml Updates to getting started ( #1 ) 2024年08月22日 20:43:10 -07:00
mix.exs add rate limiting 2025年04月04日 00:46:56 -07:00
mix.lock add rate limiting 2025年04月04日 00:46:56 -07:00
README.md properly reload lit-ssr module after modification 2025年04月04日 00:19:36 -07:00

BlackIron

To start the app:

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix serve or inside IEx with iex -S mix serve

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more