Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 463 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 463 Bytes

Insights

Installation

Update /etc/hosts add 127.0.0.1 local.santiment.net

npm install

Development

Starting a development build with server

npm run dev

Open https://app-stage.santiment.net/ and login Open http://local.santiment.net:3000

Deployment

Building

BACKEND_URL should be passed as the env variable

BACKEND_URL=https://api-stage.santiment.net

Starting the server

npm start