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.gitThen, go into the project directory and install dependencie
cd nayeon-bot-dashboard
yarn
# or
npm installFinally, run the development server.
yarn dev
# or
npm run dev