Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1000 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 1000 Bytes

Seashells Build Status

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.

Seashells.io website preview

Build and run

Development mode

  1. Build the binary with go build
  2. Run ./seashells-server

Production mode

  1. Build the binary with go build
  2. Configure some settings, by cp env.sample env and editing the resulting env file
  3. Run with ./run.bash

License

Copyright (c) Anish Athalye. Released under AGPLv3. See LICENSE.txt for details.