Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.1 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.1 KB

DJS-TEMPLATE

한국어 문서

Discord.js Template (V14)

What's in the Template

Getting Started

  • Click Use this template
  • Clone Your Repo: git clone [email protected]:<YOUR-NAME>/<REPO-NAME>.git && cd <REPO-NAME>
  • Copy config file: cp src/example.config.ts src/config.ts
  • Create .env file and Add database url

    Default database is mongodb. You can change this in prisma/schema.prisma

DATABASE_URL="YOUR_DATABASE_URL"
  • Install Dependency: yarn install
  • Run dev server: yarn dev