Source code for ceceliacreates.com, built with v2 the Nuxt Content Module with Document-Driven Mode.
Read the blog post here for more details on the dev process.
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
Start the development server on http://localhost:3000
npm run dev
or
npx nuxi dev
Build the static application for production:
npm run generate