1. Fork the repository
Go to our repository and click “Fork”
2. Clone your copy of Plazen
3. Copy example .env
4. Create a Supabase project
Go to Supabase official website and create a project
5. Get Supabase environmental values.

6. Get Prisma running
This project requires you to have Supabase as a database too currently

Notice how the URL is different from the example above? It is because you have to use a pooler for the production build (Most servers don’t support IPv6). If running locally, you will be fine with either
This should be enough to get the project running!
Other environmental variables are used for specific features.

