Charisma Web Client
Built With
- Framework: Next.js
- CMS: Multiple Options
- Deployment: Vercel
Running Locally
First, to set local environment variables you can either use Vercel CLI vercel env pull or just manually copy paste them.
cp .env.local.example .env.local
Then install the package and run the development server:
yarn install yarn dev
Open http://localhost:3000 to see the landing page.
Constants
lib/constants.ts contains a list of variables you should customize.