Look at the Nuxt 3 documentation to learn more.
# Clone the repo
git clone https://github.com/floki1250/Amaze-Template-Nuxt3.git you_app_name
Make sure to install the dependencies:
# yarn
yarn install
## Development Server
Start the development server on http://localhost:3000
yarn dev -o
Build the application for production:
yarn build
Locally preview production build:
npm run preview
Check out the deployment documentation for more information.