Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parabolinc/icebreakers
Find the perfect icebreaker question for your next meeting or event. All icebreaker questions have been verified to ensure they are inclusive for diverse groups.
https://github.com/parabolinc/icebreakers
agile icebreakers nextjs react tailwindcss
Last synced: 3 months ago
JSON representation
Find the perfect icebreaker question for your next meeting or event. All icebreaker questions have been verified to ensure they are inclusive for diverse groups.
- Host: GitHub
- URL: https://github.com/parabolinc/icebreakers
- Owner: ParabolInc
- License: mit
- Created: 2022-07-21T07:31:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T10:40:23.000Z (about 1 year ago)
- Last Synced: 2024-04-18T10:49:06.088Z (10 months ago)
- Topics: agile, icebreakers, nextjs, react, tailwindcss
- Language: TypeScript
- Homepage: https://icebreakers.parabol.co
- Size: 220 KB
- Stars: 13
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Parabol - Random Icebreaker Generator
![icebreakers parabol co__id=18](https://user-images.githubusercontent.com/1017620/183827339-1ac75b7f-a5af-488e-ba5d-fd24ac2a6f9e.png)## Development
To run application locally
1. Prepare local .env file
```
NEXT_PUBLIC_URL=http://localhost:3000
```2. Install dependencies and start a dev server
```bash
yarn && yarn dev
```Afterwards, the application will be available at [http://localhost:3000](http://localhost:3000).
## Tech stack
Application is built using:
* [Next.js](https://nextjs.org)
* [Tawilwind CSS](https://tailwindcss.com)
* [Puppeteer](https://pptr.dev)## License
[MIT](https://choosealicense.com/licenses/mit/)