mail-templates/frontend
2024-11-11 19:09:53 +01:00
..
.vscode Initial commit 2024-11-11 19:05:00 +01:00
docs Initial commit 2024-11-11 19:05:00 +01:00
public Initial commit 2024-11-11 19:05:00 +01:00
src Add underline to link 2024-11-11 19:07:26 +01:00
.env.example Initial commit 2024-11-11 19:05:00 +01:00
.gitignore Initial commit 2024-11-11 19:05:00 +01:00
index.html Initial commit 2024-11-11 19:05:00 +01:00
package-lock.json Initial commit 2024-11-11 19:05:00 +01:00
package.json Initial commit 2024-11-11 19:05:00 +01:00
postcss.config.js Initial commit 2024-11-11 19:05:00 +01:00
README.md Add build instructions 2024-11-11 19:09:53 +01:00
svelte.config.js Initial commit 2024-11-11 19:05:00 +01:00
tailwind.config.js Initial commit 2024-11-11 19:05:00 +01:00
tsconfig.json Initial commit 2024-11-11 19:05:00 +01:00
tsconfig.node.json Initial commit 2024-11-11 19:05:00 +01:00
vite.config.ts Initial commit 2024-11-11 19:05:00 +01: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
  4. npm run build to build the project (dist/) or npm run dev to start the development server