Visit the website | Register to the cloud | Read the docs | Self-hosting quick start guide
Make three valuable PRs (no typo) and win this awesome Clickvote tee!
Maximum ten tees! So hurry up!
Clickvote takes the hassle of building your own reaction components around your content.
- Showing real-time updates of likes, upvotes, and reviews between clients.
- Learn about your members through deep analytics.
- Deal with an unlimited amount of clicks per second.
- Redis
- Mongodb
npm run setup
It will ask you add your environment variables, in most cases you can just use the default option
To run the backend and frontend, run:
npm run web
To run the websockets and worker, run:
npm run upvotes
To modify the react component, run:
npm run dev:react-component
You can find examples of how to use the React component here:
https://github.com/clickvote/clickvote/tree/main/libs/react-component/src/lib/examples
STILL UNDER DEVELOPMENT