- Copy the
.env.example
file to.env.local
and fill in the values.- For
CORS_ORIGIN
, set it tohttp://localhost:4200
- For Supabase,
service_role
asSUPABASE_SERVICE_KEY
andURL
are shown here
- For
- Setup Google OAuth2: Supabase Google OAuth2 Setup
- URL config:
- Site URL:
https://fuzzy-waddle.onrender.com
- Redirect URLs:
http://localhost:4200/
https://fuzzy-waddle.onrender.com/
https://jernejhabjan.github.io/fuzzy-waddle/
- Site URL:
- URL: https://fuzzy-waddle.onrender.com/
- Build Command:
pnpm i; npm run nx-build-client
- Publish Directory:
./dist/apps/client
- Rewrite Rule:
- URL: https://fuzzy-waddle-api.onrender.com/
- Build Command:
pnpm i; nx build api
- Start Command:
node dist/apps/api/main.js
- Add Health Check:
/api/health
- Add Supabase Environmental Variables:
SUPABASE_URL
andSUPABASE_SERVICE_KEY
- Add
CORS_ORIGIN
Environmental Variable:https://fuzzy-waddle.onrender.com,https://jernejhabjan.github.io
- Some artwork is also publicly available here: Pixilart
- Phaser Editor
.skip
files are used to skip files from being processed by Phaser Editor 2D- Investigate Issues:
Ctrl+Shift+I
Please see attributions.json. They are also listed on the Attributions Page.