Skip to content

MaximilianHagelstam/cryptochimp

Repository files navigation

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 PostgreSQL instance with Docker:

pnpm db:up

Create the database tables:

pnpm db:push

Start the development server:

pnpm dev

👾 Built with

🎓 License

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