My website built in Nuxt and using Nuxt Content. Feel free to clone it and play around with it.
Debbie O’Brien built her website using Nuxt 3 as a playground to try out new features and have fun. The website is open source, allowing visitors to explore and copy code that may be helpful to them. The content of the site is written in markdown using Nuxt Content v2, making it easy to add new posts and videos. The website is a static site, meaning it can be hosted for free on hosting services like Netlify. The installation process involves cloning the repository, installing dependencies, and starting the development server.
git clone [repository-url]
cd [project-directory]
yarn install
or npm install
yarn dev
or npm run dev
Debbie O’Brien’s website, built using Nuxt 3, serves as her playground for experimenting with new features. The website is open source, allowing visitors to explore and copy code snippets. The content is written in markdown using Nuxt Content v2, making it easy to manage and add new posts and videos. The website is a static site, enabling hosting on free services like Netlify. The installation process involves cloning the repository, installing dependencies, and starting the development server.