Make sure to install the dependencies:
npm installMake .env file and configure required enviroment parameters. Example is in .env.example file:
NUXT_PUBLIC_API_URL=https://entu.app/api
Start the development server on http://localhost:3000
npm run devBuild the application for production:
npm run generate