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

https://github.com/davidje13/refacto

A remote retro facilitation tool.
https://github.com/davidje13/refacto

collaboration retro retrospective

Last synced: 4 days ago
JSON representation

A remote retro facilitation tool.

Awesome Lists containing this project

README

          

# Refacto

Refacto makes it easy to run team retros with remote team members. You can use
the official public deployment at , or
[host your own instance](./docs/DEPLOYING.md).

![Refacto](./docs/screenshot.png)

## Running Locally

Requires [Node.js 20 or above](https://nodejs.org/en/).

```sh
npm start
```

The site will be available at , using a mock Google
authentication server and an in-memory database.

See [CONTRIBUTING.md](./docs/CONTRIBUTING.md) for full guidance on local
development.

## Self-Hosting

See [DEPLOYING.md](./docs/DEPLOYING.md) for details on hosting your own instance
of Refacto.

## Services

See [SERVICES.md](./docs/SERVICES.md) for details on setting up a database and
integrating with authentication providers.

## Extra Security

See [SECURITY.md](./docs/SECURITY.md) for details on configuring additional
security for deployments.