Our Simple Open Poll (OSOP) is an open source web application for conducting polls and surveys with a special focus on data minimization and user privacy. It does not collect personal data, does not set tracking cookies, and does not outsource the service to third-party solutions, but runs entirely on your own server.
- Clone the repository:
git clone https://github.com/DROSL/openpoll-frontend
- Install required modules:
npm install
Build the app for production to the build/
folder with:
npm run build
Run the app in development mode with:
npm start
Please see the license.
Before you commit, run:
npx prettier --write .