Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chrisseto/white-elephant

Covid safe white elephant for your friends and family
https://github.com/chrisseto/white-elephant

Last synced: about 1 month ago
JSON representation

Covid safe white elephant for your friends and family

Awesome Lists containing this project

README

        

# TODO: Get a cool name

## Running in development mode:
```bash
# Start up CockroachDB
docker-compose up -d
# Start up the server in dev mode and run parcel watch
# Note: Requires two ctrl-C's to exit
make dev
```