-
Create a new repository using this template. You can do this by clicking the "Use this template" button on the repository page or by clicking here.
-
Clone your new repository.
-
Install dependencies.
pnpm install-
Configure the environment variables. You can do this by copying the
.env.examplefile to.envand filling in the values or by modifying theconfig/environment.tsdefaults. -
Start the development server.
pnpm devNote that this template is meant to be customized. Here are some things you might want to change:
- The
namefield in thepackage.jsonfile. - The
titleand<meta>tags in theindex.htmlfile. - The favicons in the
public/iconsfolder. You can use this generator to generate them from an image. - The github username and email in the
integration.yamlfile. - The environment variables in the
Dockerfileto match your production environment. Note that this is needed because, as React is a client-side framework, the environment variables are embedded in the build.