Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 513 Bytes

File metadata and controls

38 lines (25 loc) · 513 Bytes

Contribution Guide

Install dependencies

This repo uses bun as its package manager.

bun install

Prepare .env

Please write .env and .env.dev from .env.example.

Pull Requests

If you send pull request, please pass the tests with the following commands.

npm run ci
npm run lint
npm run check

Useful tools

Formatter

npm run format

Prisma Accelerate selfhost

npm run database
cloudflared tunnel --url http://localhost:4000