Skip to content

Latest commit

 

History

History
73 lines (53 loc) · 1.59 KB

README.md

File metadata and controls

73 lines (53 loc) · 1.59 KB

CryptoChimp

actions last commit license

📷 Demo

screenshot

⚙️ Getting started

Install dependencies:

pnpm install

Create a .env file and fill it out as per .env.example:

cp .env.example .env

Run a local CockroachDB instance with Docker:

pnpm db:up

Create the database tables:

pnpm db:push

Start the development server:

pnpm dev

🧪 Testing

Run unit tests:

pnpm test

👾 Built with

🎓 License

This project is licensed under the terms of the MIT license.