Explore the docs »
Visit the website
·
Register to the cloud
·
Read the docs
·
Self-hosting quick start guide
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 setupIt 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 webTo run the websockets and worker, run:
npm run upvotesTo modify the react component, run:
npm run dev:react-componentYou 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