382 B
382 B
Mail templates frontend
To build this project, you need to do the following:
npm install
to install dependencies- Copy
.env.example
to.env
- Set the
VITE_TEMPLATE_REPOSITORIES
environment variable as specified in the Repository documentation npm run build
to build the project (dist/
) ornpm run dev
to start the development server