Simulate buying and selling crypto with a dummy wallet
- Clone the repository
git clone https://github.com/WoIfey/Simubit.git
cd Simubit
- Install dependencies
pnpm install
- Configure environment variables
Copy the env.example
file and rename it to .env
and set the following variables from:
- Better Auth: https://www.better-auth.com/docs/installation#set-environment-variables
- GitHub Provider: https://github.com/settings/developers
- Initialize the database
pnpm docker
- Run database migrations
pnpm prisma
- Start the development server
pnpm dev