Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 271 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 271 Bytes

Governance-backend

Run the app

npm run start

Run in development mode

npm run dev 

Run using Docker

// Build Docker image
docker build -t polygon_governance . 

// Run container
docker run -d -p 8080:8080 polygon_governance