Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 407 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 407 Bytes

@kin-data

The Kin Data monorepo.

Development server

Start Api

yarn dev:api

Building the project

You can build both apps into a production build:

yarn build

After that, you can run the production app:

yarn start

Build Api

yarn build:api