Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/developer239/pexeso
Interactive multiplayer web-based Pexeso game.
https://github.com/developer239/pexeso
Last synced: 11 days ago
JSON representation
Interactive multiplayer web-based Pexeso game.
- Host: GitHub
- URL: https://github.com/developer239/pexeso
- Owner: developer239
- Created: 2023-11-29T22:27:58.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-01-02T19:17:44.000Z (11 months ago)
- Last Synced: 2024-01-03T19:26:28.553Z (11 months ago)
- Language: TypeScript
- Homepage:
- Size: 4.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pexeso
![Main Preview](./main-preview.png)
## Apps
| Name | Platform | Link |
| ---------------- | -------- | ------------------------------------------------------ |
| [API](/apps/api) | Backend | https://pexeso-backend-c4d4378a243d.herokuapp.com/docs |
| [Web](/apps/web) | Frontend | https://pexeso-frontend-6b654a9f2461.herokuapp.com |## Development
This repository uses the Turbo build system. You can find more information
by [reading their documentation here](https://turbo.build/repo/docs).- Run `yarn install` to install dependencies (yarn workspaces are used to manage dependencies across all apps)
- Run `yarn prepare:husky` to install git hooks## Development
- `yarn lint` - lints all applications
- `yarn test` - runs all tests in parallel
- `yarn format` - formats all files using Prettier
- `yarn build` - builds all applications in parallel