Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jakehamilton/scrumfi.sh
- Owner: jakehamilton
- Created: 2020-10-03T00:55:47.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-14T12:27:04.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T03:10:41.572Z (6 months ago)
- Topics: agile, javascript, js, node, preact, scrum, webapp
- Language: JavaScript
- Homepage: https://scrumfi.sh
- Size: 336 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE-OF-CONDUCT.md
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).