From 0e2ac3b162d920128e11c78f08e07b624f1b1895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sof=C3=ADa=20Aritz?= Date: Mon, 11 Nov 2024 19:09:53 +0100 Subject: [PATCH] Add build instructions --- frontend/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/frontend/README.md b/frontend/README.md index b8d73f6..9582856 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -1 +1,7 @@ -# Mail templates frontend \ No newline at end of file +# 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 \ No newline at end of file