Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 385 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 385 Bytes

ethda-backend

Configuration

ethda-backend is configured using environment variables. You can define them using export or with an .env file.

We provide a .env.example file as reference which you can use as starting point.

cp .env.example .env

Running ethda-backend locally

Install dependencies

npm install

Start server

npm run dev