Skip to content

billsusanto/Coba

Repository files navigation

Getting Started

First, clone github repository:

git clone https://github.com/billsusanto/Coba.git

Second, install dependencies and packages:

npm install

Third, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev