-
Notifications
You must be signed in to change notification settings - Fork 1
π§ͺ Development Environment
Luka edited this page Nov 2, 2025
·
2 revisions
The /src/CNAME file allows you to edit the domain for testing, you should have it on localhost:5000 if you want to test, however, after you commit there is a safeguard put in place that sets it back to the production default.
If you accidentally commit after modifying the CNAME property, don't worry about it, just make sure you fetch and pull the repository.
Another thing to note is you should enable DEV_AUTH in your /src/.env file by adding this line:
DEV_AUTH=trueCaution
Enabling DEV_AUTH means anyone can log in and everyone is under one account. Leaving it enabled in a publicly accessible website is very risky. It is recommended to only use it in a LAN only.
This is only if you don't want to use the Discord authentication, enabling this will bypass that.