Run start-frontend
with the following command:
npx start-frontend [<new-project-directory>]
Follow the CLI prompts to generate a new project in the specified directory.
To develop locally, you can use the pnpm dev
command.
This will enable watch mode, which triggers a rebuild whenever changes are made.
Copy .env.template
to .env
for your local environment configuration.
Note: The .env
file should not be committed to Git and is meant for local usage only.