https://github.com/niku/gamelet
A game server build with phoenix and elm-lang
https://github.com/niku/gamelet
Last synced: 28 days ago
JSON representation
A game server build with phoenix and elm-lang
- Host: GitHub
- URL: https://github.com/niku/gamelet
- Owner: niku
- License: mit
- Created: 2018-01-01T15:01:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-25T12:07:50.000Z (over 8 years ago)
- Last Synced: 2025-01-12T16:41:33.847Z (over 1 year ago)
- Language: Elixir
- Size: 131 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gamelet
To start your Phoenix server:
* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.create && mix ecto.migrate`
* Install Node.js dependencies with `cd assets && npm install`
* Start Phoenix endpoint with `mix phx.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
Ready to run in production? Please [check our deployment guides](http://www.phoenixframework.org/docs/deployment).
## Learn more
* Official website: http://www.phoenixframework.org/
* Guides: http://phoenixframework.org/docs/overview
* Docs: https://hexdocs.pm/phoenix
* Mailing list: http://groups.google.com/group/phoenix-talk
* Source: https://github.com/phoenixframework/phoenix