Skip to content

kin-labs/kin-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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

Languages