- React.js v17,
- Tailwindcss v3,
- Firebase v9 (Authentication, Firestore).
git clone https://github.com/ssiatras/greekqa-crowdsourcing-platform
cd greekqa-crowdsourcing-platform
npm install
REACT_APP_FIREBASE_API_KEY=
REACT_APP_FIREBASE_AUTH_DOMAIN=
REACT_APP_FIREBASE_DATABASE_URL=
REACT_APP_FIREBASE_PROJECT_ID=
REACT_APP_FIREBASE_STORAGE_BUCKET=
REACT_APP_FIREBASE_MESSAGING_SENDER_ID=
REACT_APP_FIREBASE_APP_ID=
REACT_APP_FIREBASE_MEASUREMENT_ID=
REACT_APP_RECAPTCHA_SITE_KEY=
For this step, you need to contact one of the supervisors of the project to get the configuration variables.
Alternatively, you need to:
- setup your own Firebase Web App (including Authentication and Firestore),
- register for reCAPTCHA v3.
In the project directory, you can:
npm run start
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
npm run test
See the section about running tests for more information.
npm run build
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
The app is ready to be deployed!
See the section about deployment for more information.