Skip to content

Igraj. Uči. Pobjedi. Pokaži svoje znanje i zavladaj SafetyNet kvizom o sigurnosti na Internetu.

Notifications You must be signed in to change notification settings

dump-hr/safetynet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

safetynet

Igraj. Uči. Pobjedi. Pokaži svoje znanje i zavladaj SafetyNet kvizom o sigurnosti na Internetu.

Development

Dependencies

  • Node.js >=18 and yarn
  • PostgreSQL >= 15

Run backend

cd backend
yarn
yarn start:dev

Also make sure to add DATABASE_URL in backend/.env file and run db migrations:

yarn prisma migrate dev

Run frontend

cd frontend
yarn
yarn dev

Frontend is now running on http:https://localhost:5173/ and backend is running on http:https://localhost:3000/.

Cookbook

Generate new icons

change icon in frontend/assets/logo.png

cd frontend
npx @capacitor/assets generate --iconBackgroundColor '#066490' --splashBackgroundColor '#066490' --android
npx @capacitor/assets generate --iconBackgroundColor '#066490' --splashBackgroundColor '#066490' --ios

About

Igraj. Uči. Pobjedi. Pokaži svoje znanje i zavladaj SafetyNet kvizom o sigurnosti na Internetu.

Resources

Stars

Watchers

Forks

Releases

No releases published