- This project was created on node version
19.4.0
, if you usenvm
you can just runnvm use
and it will run the correct version. - Create an
.env
file and contact Alex for values for the following:
VITE_HYGRAPH_READ_ONLY_ENDPOINT=""
VITE_HYGRAPH_CONTENT_ENDPOINT=""
TWILIO_AUTH_TOKEN=""
Install dependencies with npm install
, then you can start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
Content is managed through Hygraph. Due to limited seats, only Alex and Ally have content editing access right now. If you need content to be updated or a schema added, contact Alex.
This project is built with SvelteKit. Styling is handled through Tailwind.