Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/martinrosenberg/mess-hall

For throwing messages back and forth down the hall. (That's what "mess hall" means, right?)
https://github.com/martinrosenberg/mess-hall

chat express react

Last synced: 11 days ago
JSON representation

For throwing messages back and forth down the hall. (That's what "mess hall" means, right?)

Awesome Lists containing this project

README

        

# mess-hall

For throwing messages back and forth down the hall. (That's what "mess hall" means, right?)

## Install

In the terminal, run:

```bash
git clone https://github.com/MartinRosenberg/mess-hall.git
cd mess-hall
yarn
```

## Run

1. In the terminal, run your choice of mode from below.
2. Open the client in your browser at .

### Development mode

```bash
yarn dev
```

### Production mode

```bash
yarn build
yarn start
```