Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Latest commit

ย 

History

History
49 lines (35 loc) ยท 1.49 KB

File metadata and controls

49 lines (35 loc) ยท 1.49 KB

Welcome to Keyp Example App Redwood ๐Ÿ‘‹

License: MIT Twitter: UseKeyp

Login, view tokens, and make transfers using the Keyp API

Usage ๐Ÿ“–

  1. Install
 yarn
  1. Create a .env file at the root of the repository and fill it out using the .env.example file as a guide.

  2. Generate the sqlite database with the following script; this will create a dev.db file in the api/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
  1. Start the development server
 yarn redwood dev

Resources ๐Ÿง‘โ€๐Ÿ’ป

License ๐Ÿ“

Copyright ยฉ 2023 Nifty Chess, Inc.
This project is MIT licensed.

โšก