Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,33 @@ The ugliest project participating to the [DigitalOcean MongoDB Hackathon](https:

If you need some inspiration, look at this blobfish!

## Running blobfishes

Prerequisites:

* [Docker](https://www.docker.com/) version 20.10.6 or later
* [Docker Compose](https://docs.docker.com/compose/) version 1.21.2 or later

Run the following command from a shell:

```bash
docker-compose up -d
```

### Rebuilding images from scratch

```bash
docker-compose up --build --force-recreate
```

### Local client development

```bash
cd client
npm install
npm run dev
```

## Communications

Use the [Telegram group](https://t.me/joinchat/SKXDx6mokoQ4MmVk)
Expand Down