danielroe / debbie.codes

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

Home Page:https://debbie.codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://debbie.codes


Languages

Language:Vue 77.7%Language:TypeScript 20.3%Language:CSS 1.9%Language:JavaScript 0.1%