Add build instructions

This commit is contained in:
Sofía Aritz 2024-11-11 19:09:53 +01:00
parent baa9edb995
commit 0e2ac3b162
Signed by: sofia
GPG key ID: 90B5116E3542B28F

View file

@ -1 +1,7 @@
# 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