Skip to content

debs-obrien/debbie.codes

Repository files navigation

Debbie O'Brien

This is my website which I built in Nuxt 3. I use it as my playground for trying out new stuff and having fun. Feel free to have a look around and copy whatever you like as the code is open source so if it helps you then great. All content is written in markdown using Nuxt Content v2 and makes it very easy to add new posts, videos etc. Site is a static site meaning it can be hosted for free on any hosting service such as Netlify.

After cloning it make sure you run yarn or npm install to install everything and then start the dev servers.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

About

My website built in Nuxt and using Nuxt Content. Feel free to clone it and play around with it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published