Skip to content
/ webapp Public

Entu object database front end

Notifications You must be signed in to change notification settings

entu/webapp

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://entu.app/api

Development Server

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

npm run dev

Production

Build the application for production:

npm run generate