Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ncpa0cpl/pointing-poker
Source code of the https://pointingpoker.site app
https://github.com/ncpa0cpl/pointing-poker
Last synced: about 10 hours ago
JSON representation
Source code of the https://pointingpoker.site app
- Host: GitHub
- URL: https://github.com/ncpa0cpl/pointing-poker
- Owner: ncpa0cpl
- License: mit
- Created: 2024-01-04T15:38:07.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-11-09T18:31:13.000Z (7 days ago)
- Last Synced: 2024-11-09T19:19:14.550Z (7 days ago)
- Language: TypeScript
- Homepage:
- Size: 397 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pointing Poker Web App
Check it out here: [pointingpoker.site](https://pointingpoker.site)
## Setup
Clone the repo
```sh
git clone [email protected]:ncpa0cpl/pointing-poker.git
```Go into the repo directory
```sh
cd pointing-poker
```Install dependencies
```sh
bun i
```Build it
```sh
bun build:prod
```Run it
```sh
bun start
```