forked from s-kennedy/connectedkw
-
Notifications
You must be signed in to change notification settings - Fork 2
Getting started
Cameron Slipp edited this page Feb 25, 2025
·
1 revision
This app is built with Next.js (no typescript), Tailwind, and a Directus backend.
Before you get started, please sign up for your own user account on connectedkw.com. This will let you test functionality like auth and volunteer profiles.
If you have the GitHub cli, just run gh repo clone CivicTechWR/connectedkw
Create a .env file with the following values:
DIRECTUS_URL=https://cms.connectedkw.com
NEXT_PUBLIC_DIRECTUS_URL=https://cms.connectedkw.com
DIRECTUS_TOKEN=[you can get this once you log into Directus and scroll down the the bottom of your User profile]