web/README.md
2025-01-23 19:20:22 -05:00

492 B

web

LibreCloud's website

Dev Server Instructions

  1. Install Bun if you haven't already

    Bun is a fast JavaScript runtime, and is much faster than npm. These instructions will be written for Bun, but could be adapted to npm or yarn if needed.

  2. Clone the repo

    git clone https://git.pontusmail.org/LibreCloud/web.git
    cd web
    
  3. Install dependencies

    bun install
    
  4. Start dev server

    bun dev