Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angelikatyborska/mazes
A maze generator made with PhoenixLiveView.
https://github.com/angelikatyborska/mazes
elixir maze-generator mazes
Last synced: 24 days ago
JSON representation
A maze generator made with PhoenixLiveView.
- Host: GitHub
- URL: https://github.com/angelikatyborska/mazes
- Owner: angelikatyborska
- License: mit
- Created: 2020-08-22T16:11:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-20T20:24:53.000Z (over 2 years ago)
- Last Synced: 2023-11-07T17:15:03.142Z (about 1 year ago)
- Topics: elixir, maze-generator, mazes
- Language: Elixir
- Homepage: https://mazes.angelika.me/
- Size: 554 KB
- Stars: 124
- Watchers: 5
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mazes
A maze generator. Deployed at [mazes.angelika.me](https://mazes.angelika.me/).
## Setup
To start your Phoenix server:
* Install Elixir, Erlang, and NodeJS with `asdf install`
* Install dependencies with `mix deps.get`
* Install Node.js dependencies with `npm install` inside the `assets` directory
* Start Phoenix endpoint with `mix phx.server`Now you can visit [`localhost:5000`](http://localhost:5000) from your browser.
## Tests
The unit tests require a HTMl validator server running at `localhost:8888` (see [vnu-elixir](https://github.com/angelikatyborska/vnu-elixir)). Start it with:
```
docker run -it --rm -p 8888:8888 validator/validator:latest
```