Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```