Skip to content

halanxtm-del/Halan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enatega Admin Dashboard

Requirements

  • Node v20.16.0
  • npm >=10

Development

nvm use
npm install
cp .env.example .env.local
npm run dev

The app runs on http://localhost:3000.

Production

nvm use
npm install
cp .env.example .env.local
npm run build
npm run start

The production server also uses port 3000 unless PORT is overridden.

Backend selection

This module supports two setup styles:

  • Local backend: keep .env.local pointed at http://localhost:8001/
  • Hosted backend: replace the values in .env.local with a hosted https:// API URL and matching wss:// websocket URL

Notes

  • The committed .env.example is set up for the local API in this repo
  • Use wss:// when the API is served over https://

About

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors