https://github.com/oeb25/chess
Online Chess platform written in Elixir
https://github.com/oeb25/chess
chess elixir phoenix
Last synced: 8 months ago
JSON representation
Online Chess platform written in Elixir
- Host: GitHub
- URL: https://github.com/oeb25/chess
- Owner: oeb25
- Created: 2017-02-26T10:55:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-06T14:48:58.000Z (about 9 years ago)
- Last Synced: 2024-12-27T04:42:34.280Z (over 1 year ago)
- Topics: chess, elixir, phoenix
- Language: Elixir
- Size: 191 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chess
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