Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haggen/hindsight
Free and open-source board for sprint retrospective.
https://github.com/haggen/hindsight
react typescript webrtc yjs
Last synced: 3 months ago
JSON representation
Free and open-source board for sprint retrospective.
- Host: GitHub
- URL: https://github.com/haggen/hindsight
- Owner: haggen
- Created: 2021-03-27T23:47:09.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-16T21:12:58.000Z (6 months ago)
- Last Synced: 2024-10-03T09:45:03.616Z (4 months ago)
- Topics: react, typescript, webrtc, yjs
- Language: TypeScript
- Homepage: https://hindsight.crz.li
- Size: 1.04 MB
- Stars: 19
- Watchers: 3
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hindsight
![Screenshot of Hindsight](./public/screenshot.webp)
**Hindsight** is a real-time retrospective board for evergreen teams.
- 👉 Free, open-source, and no sign-up required.
- 🔒 Locally stored, no ads, no telemetry.## Development
This web application is built using [Vite](https://parceljs.org). Node.js v22+ is recommended.
To install the dependencies:
```sh
npm ci
```To start the development server.
```sh
npm start
```Before commiting you should run type check, lint and auto formatter:
```sh
npm run fix
```## Legal
Apache-2.0 © 2022 Arthur Corenzan.