https://github.com/danielgiljam/dice-10-000
https://github.com/danielgiljam/dice-10-000
monorepo nextjs nx react supabase tailwindcss typescript
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielgiljam/dice-10-000
- Owner: DanielGiljam
- License: mit
- Created: 2022-07-31T10:00:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-18T13:23:09.000Z (about 2 years ago)
- Last Synced: 2025-03-05T09:02:27.637Z (over 1 year ago)
- Topics: monorepo, nextjs, nx, react, supabase, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://danielgiljam.com/dice-10-000
- Size: 3.21 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dice 10 000
A digital version of the dice game "10 000".
This project is managed as a monorepo using [Nx](https://nx.dev). See [`docs/NX_BASICS.md`](docs/NX_BASICS.md) for a basic overview of Nx and the features is provides.
## Overview
### Apps
- [`@dice-10-000/nextjs-app`](apps/nextjs-app) – The web application. The place where all the pieces come together and what eventually faces the end-user.
- [`@dice-10-000/nextjs-app-e2e`](apps/nextjs-app-e2e) – End-to-end tests for the web application.
## Design Documents
- [UI Wireframe](https://danieljohannesgiljam544619.invisionapp.com/freehand/Dice-10-000-QuTLI1SxM?dsid_h=02c408fa375f4fbceb7075e8c073d26e292e81ab7f3df96c56866cb6789d7980&uid_h=11d78be962b3d7dbabd3e303c0d65c8be71969214d24c4c035ac52a3e4c8b405) (WIP 🚧)
- [DB Diagram](https://drawsql.app/teams/daniel-giljam/diagrams/dice-10-000) (WIP 🚧)
## Specifications
- [Draft 2 – 2022-09](docs/specification/DRAFT_2.md) (current 📍, WIP 🚧)
- [Draft 1 – 2022-07](docs/specification/DRAFT_1.md)