An extremely in-progress tracker for Ocarina of Time Randomizer written using Elixir, Phoenix, React, and Typescript.
Operations to run:
- Install Elixir/Phoenix dependencies with
mix deps.get - Install JS dependencies with
yarn add - Start Phoenix endpoint with
mix phx.server - Lint the JS with
yarn lint - View routes with
mix phx.routes - Run Elixir tests with
mix test
Now you can visit localhost:4000 from your browser.