Skip to content

Getting started

Cameron Slipp edited this page Feb 25, 2025 · 1 revision

Welcome to ConnectedKW!

This app is built with Next.js (no typescript), Tailwind, and a Directus backend.

Create your profile

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.

Clone the github repo

If you have the GitHub cli, just run gh repo clone CivicTechWR/connectedkw

Set up your environment variables

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]

Clone this wiki locally