Welcome to the Creative Code Berlin website source code, you can visit our website creativecode.berlin
Add the generated JSON generated to the project.js file
Look at the Nuxt 3 documentation to learn more about nuxt.js.
Make sure to install the dependencies:
# npm
npm installStart the development server on http://localhost:3000:
# npm
npm run devBuild the application for production:
# npm
npm run buildLocally preview production build:
# npm
npm run previewCheck out the deployment documentation for more information.