Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gauben/boochat

👻 Chat and play at the same time
https://github.com/gauben/boochat

prisma svelte sveltekit

Last synced: 10 days ago
JSON representation

👻 Chat and play at the same time

Awesome Lists containing this project

README

        

# Boochat icon Boochat

## Try it!

```bash
# Clone and run
git clone https://github.com/GauBen/boochat.git
cd boochat
docker-compose up
```

## Development

```bash
# Install the dependencies
yarn install

# Prepare the environment (create and populate an sqlite database)
cp .env.example .env
yarn prisma db push
yarn prisma db seed

# Start the development server
yarn dev
```

## Production

Customize the `.env` file, create and populate the database (`yarn prisma db push && yarn prisma db seed`) and run `docker-compose up`.

If you want to run Boochat on bare metal instead of docker, run `yarn build && yarn start`.