Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jakehamilton/scrumfi.sh

🐠 Story pointing with fish.
https://github.com/jakehamilton/scrumfi.sh

agile javascript js node preact scrum webapp

Last synced: about 3 hours ago
JSON representation

🐠 Story pointing with fish.

Awesome Lists containing this project

README

        

# scrumfi.sh

## Screenshots

![Screenshot 1](./assets/screenshot-1.png)
![Screenshot 2](./assets/screenshot-2.png)

## Development

To start a local development environment, run the following commands:

```shell
# Clone repository (or your fork)
git clone [email protected]:jakehamilton/scrumfi.sh.git

# Change directory into the project
cd scrumfi.sh

# Install dependencies
npm install

# Start development environment
npm run dev
```

For more information on contributing, see [CONTRIBUTING.md](./CONTRIBUTING.md).