https://github.com/srcclr/sapling-frontend
Planning tool for remote and distributed teams
https://github.com/srcclr/sapling-frontend
agenda epic pi-planning react rte sapling scrum-team sprints typescript
Last synced: 5 months ago
JSON representation
Planning tool for remote and distributed teams
- Host: GitHub
- URL: https://github.com/srcclr/sapling-frontend
- Owner: srcclr
- License: mit
- Created: 2020-03-15T06:12:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-23T06:43:49.000Z (almost 6 years ago)
- Last Synced: 2024-01-31T14:48:18.868Z (over 2 years ago)
- Topics: agenda, epic, pi-planning, react, rte, sapling, scrum-team, sprints, typescript
- Language: TypeScript
- Homepage: https://sapling.netlify.app
- Size: 1.3 MB
- Stars: 2
- Watchers: 13
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Sapling
Sapling allows participants to do SAFe PI planning in a remote and distributed fashion in conjunction with video conferencing tools such as Zoom. Visit [Sapling](https://github.com/srcclr/sapling) for more details on how to use it and how to deploy its backend.

[Live demo](https://sapling.netlify.com/)
Create an account or use these credentials:
username: `demo@example.com`
password: `test`
## Development
Install the dependencies
```
npm install
```
Run the following to start the project at `http://localhost:3000`
```
npm start
```