A client for SpaceTraders.io
  • Elixir 94.4%
  • HTML 3.2%
  • JavaScript 1.8%
  • Dockerfile 0.4%
Find a file
2026-07-22 16:46:42 +00:00
.mise test: start using mimic for tests 2026-04-11 09:48:01 -06:00
.woodpecker Revert "feat(ci): Cache mise directory" 2026-05-27 18:48:55 -06:00
assets Merge pull request 'fix(deps): update dependency theme-change to v3' (#14) from renovate/theme-change-3.x into main 2026-07-22 16:46:42 +00:00
config refactor: Replace tesla with req 2026-05-30 16:11:40 -06:00
lib refactor: Replace tesla with req 2026-05-30 16:11:40 -06:00
priv fix: do oban migrations for new version 2026-04-10 11:40:02 -06:00
rel Add deployment stuff 2024-09-27 18:21:59 -06:00
test fix: Generate alphanumeric tokens for agent tests 2026-05-30 17:32:05 -06:00
.dockerignore Add deployment stuff 2024-09-27 18:21:59 -06:00
.formatter.exs WIP: migrate to ash 2025-11-19 15:23:55 -07:00
.gitignore cache system data 2025-11-21 12:19:01 -07:00
.iex.exs WIP: migrate to ash 2025-11-19 15:23:55 -07:00
compose.yml chore: remove version from compose.yml 2025-11-09 00:11:14 -07:00
Dockerfile Add deployment stuff 2024-09-27 18:21:59 -06:00
fly.toml Add deployment stuff 2024-09-27 18:21:59 -06:00
mise.toml chore(deps): update dependency erlang to v29.0.3 2026-07-09 20:08:12 +00:00
mix.exs chore(deps): update dependency localize to ~> 0.50 2026-07-22 04:06:32 +00:00
mix.lock fix: Use a maintained version of faker 2026-06-22 11:18:57 -06:00
README.md New Phoenix project 2024-09-18 16:58:30 -06:00
renovate.json Update renovate.json 2026-05-27 16:02:55 +00:00

SpacetradersClient

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