Keystone Starter Kit ๐ง
๐ This document is continuously being updated...
info
Starter kit for Keystone: https://github.com/curio-research/keystone-starter-kit
Get Startedโ
1. Download the starter kitโ
git clone https://github.com/curio-research/keystone-starter-kit.git
2. Run Serverโ
cd server
go mod tidy
go run main.go
3. Run Clientโ
cd client
yarn
yarn start