tonyspiro / non-profit-cms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

First, install the dependencies with

yarn

Then, run the development server:

yarn dev

Environment Variables

You'll need to create an .env file in the root of the project. It should have the following values:

READ_KEY=your_cosmic_read_key
WRITE_KEY=your_cosmic_write_key
BUCKET_SLUG=your_cosmic_bucket_slug
STRIPE_SECRET_KEY=your_stripe_secret_key
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=your_stripe_publishable_key

About


Languages

Language:TypeScript 94.6%Language:JavaScript 4.7%Language:CSS 0.6%