Login, view tokens, and make transfers using the Keyp API
- Install
yarn
-
Create a
.env
file at the root of the repository and fill it out using the.env.example
file as a guide. -
Generate the sqlite database with the following script; this will create a
dev.db
file in theapi/db
directory. You can choose any name for the migration.
(Optional: with the sqlite database, you don't have to create a database in your local environment.
However, if you'd like to use PostgreSQL, you can change migration_lock.toml
, schema.prisma
, and your .env file
according to the documentation for
Prisma's PostgreSQL connector)
yarn redwood migrate dev
- Start the development server
yarn redwood dev
Copyright © 2023 Nifty Chess, Inc.
This project is MIT licensed.