seashells-server
seashells-server copied to clipboard
The seashells.io server 🐚
Seashells 
The source code for the seashells.io server. See the anishathalye/seashells repo for the client.
For more information, see seashells.io or the launch blog post.

Build and run
Development mode
- Build the binary with
go build - Run
./seashells-server
Production mode
- Build the binary with
go build - Configure some settings, by
cp env.sample envand editing the resultingenvfile - Run with
./run.bash
License
Copyright (c) Anish Athalye. Released under AGPLv3. See LICENSE.txt for details.