Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 340 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 340 Bytes

Zeitgeist Token API

Scripts

# install all the dependencies
yarn

# starts the server app in node.js environment
yarn start
# or you can use `yarn serve`

# starts a development server with ts-node
yarn dev

# transpile the project for production
yarn build

# test on your local environment
yarn build && yarn run serve