Skip to content

entu/webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,341 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Entu Web Application

Setup

Make sure to install the dependencies:

npm install

Make .env file and configure required enviroment parameters. Example is in .env.example file:

NUXT_PUBLIC_API_URL=https://api.entu.app

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run generate

Documentation

Build 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 site

Documentation source files are in docs/.