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://api.entu.app
Start the development server on http://localhost:3000
npm run devBuild the application for production:
npm run generateBuild and preview the documentation site:
npm run docs:dev # dev server at http://localhost:5173
npm run docs:build # build to docs/.vitepress/dist/
npm run docs:preview # preview the built siteDocumentation source files are in docs/.