.. | ||
.vscode | ||
docs | ||
public | ||
src | ||
.env.example | ||
.gitignore | ||
index.html | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
README.md | ||
svelte.config.js | ||
tailwind.config.js | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts |
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