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.
- Host: GitHub
- URL: https://github.com/tombl/letterswithlads
- Owner: tombl
- License: mit
- Created: 2021-05-16T04:50:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-18T01:22:01.000Z (about 4 years ago)
- Last Synced: 2025-01-18T04:27:34.231Z (5 months ago)
- Language: TypeScript
- Size: 132 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Letters with Lads
The only online word game.
## 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 &
```