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

https://github.com/tombl/letterswithlads

The only online word game.
https://github.com/tombl/letterswithlads

Last synced: 3 months ago
JSON representation

The only online word game.

Awesome Lists containing this project

README

        

# Letters with Lads
The only online word game.

![screenshot](https://raw.githubusercontent.com/tombl/letterswithlads/main/.github/screenshot.png)

## Commands
### Development
```sh
just install
just start-frontend &
just start-backend &
```

### Building
```sh
npm install
just build
```

### Production
```sh
# after just build
just prod-backend &
just prod-frontend &
```