Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 819 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 819 Bytes

Nayeon bot

Discord

Status Licence

Getting Started

To get started running the project locally, please follow the steps below.

First, clone the repository.

git clone https://github.com/dhafitf/nayeon-bot-dashboard.git

Then, go into the project directory and install dependencie

cd nayeon-bot-dashboard

yarn
# or
npm install

Finally, run the development server.

yarn dev
# or
npm run dev