retro.tools
Free team retrospective tool
File Explorer
Download Latest Version (.zip)- CICD.yml
- extensions.json
- settings.json
- entrypoint.sh
- nginx.conf
- BoardTable.cy.js
- Card.cy.js
- ConnectionLost.cy.js
- CreateForm.cy.js
- DragCard.cy.js
- Encryption.cy.js
- Header.cy.js
- IceBreaker.cy.js
- LocaleSelect.cy.js
- Menu.cy.js
- NotFound.cy.js
- ObscureCards.cy.js
- OpenPermission.cy.js
- OwnerRealtimeSync.cy.js
- Rank.cy.js
- RankOptions.cy.js
- Reactions.cy.js
- Template.cy.js
- TemplateRoundTrip.cy.js
- Timer.cy.js
- template.yaml
- e2e.js
- .gitignore
- og-image.png
- animate.min.css
- apple-touch-icon.png
- favicon-32.png
- favicon.svg
- global.css
- og-image.xcf
- screenshot-dark.png
- screenshot-light.png
- Alert.svelte
- BoardRow.svelte
- BoardTable.svelte
- Button.svelte
- Card.svelte
- Checkbox.svelte
- CreateForm.svelte
- EncryptedText.svelte
- Header.svelte
- IceBreaker.svelte
- Input.svelte
- LocaleSelect.svelte
- Menu.svelte
- PasswordWall.svelte
- QRCode.svelte
- Rank.svelte
- RankOptions.svelte
- ReactDrawer.svelte
- ReadonlyCheckbox.svelte
- Select.svelte
- Spinner.svelte
- Table.svelte
- Textarea.svelte
- Timer.svelte
- Votes.svelte
- de.json
- en.json
- es.json
- ko.json
- pt_BR.json
- ru.json
- tr.json
- uk.json
- api.js
- App.svelte
- Board.svelte
- data.js
- encryption.js
- firestore.js
- i18n.js
- main.js
- qrcode.js
- Splash.svelte
- store.js
- utils.js
- vite-env.d.ts
- .dockerignore
- .env.development
- .env.production
- .firebaserc
- .gitignore
- .prettierrc
- CLAUDE.md
- CONTRIBUTING.md
- cypress.config.js
- Dockerfile
- eslint.config.js
- firebase.json
- index.html
- jsconfig.json
- LICENSE
- package-lock.json
- package.json
- README.md
- svelte.config.js
- vite.config.js
# Installation Guide
1. Get the code
git clone https://github.com/d0x2f/retro.tools
Downloads the entire project code from GitHub to your computer.
cd retro.tools
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker build -t retro-tools .
Builds a runnable image based on the Dockerfile.
docker run -p 8080:80 retro-tools
Runs the built image as an actual container.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Node.js
EasyPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
