application-research / delta-ui

7 stars 0 forks source link

DELTA UI

Setup

Start by cloning the repository

Then run the server

npm install
npm run dev

UI will connect to a delta-dm instance at http://localhost:1415 by default. Set NEXT_PUBLIC_API_URL to override this.

Go to http://localhost:3005 in your browser of choice. Enjoy!

Running in Production

Create a production-ready build by running

npm install
npm run build

Then, you can serve the production build with

npm run start

Production build will be accessible at http://localhost:3000