An open API service indexing awesome lists of open source software.

https://github.com/jms55/chessmatch

Play chess with others
https://github.com/jms55/chessmatch

elixir phoenix-liveview tailwindcss

Last synced: 2 months ago
JSON representation

Play chess with others

Awesome Lists containing this project

README

        

# [Chessmatch](https://chessmatch.cf)
### Play chess with others
Screenshot

---

### Deploy to a Server:
1. Setup a DNS record to point to your server's public IP address
2. Setup a firewall to only allow `SSH/HTTP/HTTPS` inbound connections
3. Install elixir v1.10+, erlang, node 14+, and caddy
4. `git clone https://github.com/JMS55/chessmatch && cd chessmatch`
5. `Replace "chessmatch.cf" with your domain in /install/Caddyfile and /config/prod.exs`
6. `cd install && bash install.sh`
7. `reboot`