- Bun 0.5.8 or higher (Reference)
- Node.js 20.10.0 LTS or higher (Reference)
- 
Clone the repository and navigate into the project: git clone https://github.com/bccfilkom-fe/workshop-web-2.git cd workshop-web-2
- 
Install dependencies using Bun: bun install 
- 
Run the development server: bun dev 
- 
Unix-like systems: git clone https://github.com/bccfilkom-fe/workshop-web-2.git && cd workshop-web-2 && bun install && bun dev 
- 
Windows (PowerShell): git clone https://github.com/bccfilkom-fe/workshop-web-2.git; cd workshop-web-2; bun install; bun dev