/studio-api-services-project

Ethereum Studio's project api service

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Configuration

Settings are specified in the .env file. Correct program execution depends on all parameters being defined.

Setup

npm i

Development

For start development server with watch mode please run:

npm start

Production

To compile production build please run:

npm run build

To run compiled build please run:

npm run start:prod