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