Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.49 KB

README.md

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.