mail-templates/frontend/README.md

7 lines
382 B
Markdown
Raw Permalink Normal View History

2024-11-11 18:09:53 +00:00
# Mail templates frontend
To build this project, you need to do the following:
1. `npm install` to install dependencies
2. Copy `.env.example` to `.env`
3. Set the `VITE_TEMPLATE_REPOSITORIES` environment variable as specified in the [Repository documentation](./docs/Repository.md)
4. `npm run build` to build the project (`dist/`) or `npm run dev` to start the development server