Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 607 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 607 Bytes

CFA SITE

This is the official cfa site

Getting Started

First create .env.local file in the root directory of the project.

cp env.template .env.local

and modify the .env.local file according to your needs.

Note

The default .env file is for the 'Publicly' visible environment variables.

Then run the development server:

pnpm dev

Debugging

Chrome DevTools debugging is enabled by default for both client-side and server-side code. See Next.js docs for more information.