working on a simple memory game that will help people to improve their focus, retention of geometric configurations and visual memory recall
- React + TypeScript scaffolded with Vite
- React Three Fiber, postprocessing, drei
- Redux
- Jest
- React Testing Library
npm install
npm run devnpm run lintnpm run testnpm run build- Create free account at neon.tech
- Create new project, get connection details
- Update
/server/.envwith your Neon credentials:
DB_USER_PROD="your_username"
DB_PASSWORD_PROD="your_password"
DB_DATABASE_PROD="your_database"
DB_HOST_PROD="your-project.neon.tech"npm install
npm run devnpm run testnpm run build