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

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

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.

![sapling](docs/sapling.png)

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