Hello! This is the simple site I built to house my family's occasionally sent update newsletter. I originally built it using Gridsome, but migrated it to Nuxt 3.
It uses:
- Nuxt 3
- Content v2
- Mailchimp
- Markdown files
To learn more about Nuxt 3 and Content v2 check out: Content documentation to learn more.
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install
npm run dev
This will start the development server on http://localhost:3000
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Check out the deployment documentation for more information.
I deployed the site to production using (Netlify)[https://netlify.com].