Skip to content

Latest commit

History

History
46 lines (35 loc) 路 989 Bytes

README.md

File metadata and controls

46 lines (35 loc) 路 989 Bytes

preview.png

Your Newsletter Simplified - With Resend, Newsletter subscribe & Contact Form 馃槉


Quick Setup

Create a .env file and add the environment variables that you can find in the .env.example file.

  1. Clone this repository if you have access or download it from the store
git clone git@github.com:cavalluccijohann/nuxtletters.git
  1. Install dependencies
bun install
  1. Start development server
bun dev
  1. Generate static project
bun generate
  1. Start production server
bun start

Credits