This is the official cfa site
First create .env.local file in the root directory of the project.
cp env.template .env.localand modify the .env.local file according to your needs.
The default .env file is for the 'Publicly' visible environment variables.
Then run the development server:
pnpm devChrome DevTools debugging is enabled by default for both client-side and server-side code. See Next.js docs for more information.