Skip to content

bccfilkom-fe/workshop-web-2

Repository files navigation

Workshop Web 2 🎉🎉

Requirements

Setup

Step-by-Step Setup

  1. Clone the repository and navigate into the project:

    git clone https://github.com/bccfilkom-fe/workshop-web-2.git
    cd workshop-web-2
  2. Install dependencies using Bun:

    bun install
  3. Run the development server:

    bun dev

One-liner Setup

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published