492 B
492 B
web
LibreCloud's website
Dev Server Instructions
-
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 tonpm
oryarn
if needed. -
Clone the repo
git clone https://git.pontusmail.org/LibreCloud/web.git cd web
-
Install dependencies
bun install
-
Start dev server
bun dev