Personal portfolio of Morgan Godden, Software Engineer. Built with Nuxt, Nuxt UI, and Nuxt Content.
Make sure to install the dependencies:
npm installStart the development server on http://localhost:3000:
npm run devBuild the application for production:
npm run buildLocally preview production build:
npm run previewCheck out the deployment documentation for more information.
Page copy and project entries live in content/ as YAML, validated by the schemas in content.config.ts. Add a new project by dropping a *.yml file into content/projects/.
Install Renovate GitHub app on your repository and you are good to go.