GitHub - friedger/charisma-web

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

Charisma Web Client


Built With

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.


Releases

No releases published

Languages

  • TypeScript 92.3%
  • CSS 7.0%
  • JavaScript 0.7%