Skip to content

PanoMC/pano-email

Repository files navigation

Pano Email Templates

Email templates for Minecraft server built with React Email and compiled to Handlebars format.

Getting Started

First, install the dependencies:

bun install

Then, run the development server:

bun run dev

Open localhost:5000 with your browser to see the result.

Building

Build Handlebars templates:

bun run build:handlebars

The templates will be generated in dist/handlebars/ directory.

Email Templates

  • activation - Account activation email
  • banned - Account suspension notice
  • change-email - Email change confirmation
  • login - Login notification
  • register-success - Registration success welcome
  • reset-password - Password reset

Releases

Releases are automatically created when you push a tag or use the workflow dispatch:

Using Tags

git tag v1.0.0
git push origin v1.0.0

Using Workflow Dispatch

  1. Go to Actions tab in GitHub
  2. Select "Build and Release" workflow
  3. Click "Run workflow"
  4. Enter version tag (e.g., v1.0.0)
  5. Click "Run workflow"

The workflow will:

  1. Build Handlebars templates
  2. Create a zip archive
  3. Create a GitHub release with the templates

License

MIT License

About

✉️ Pano Web Platform Email Templates

Resources

License

Stars

Watchers

Forks

Packages

No packages published