web/README.md
Aidan d8c677e57f
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 1m1s
update docs with correct url
2025-01-24 04:43:30 +00:00

29 lines
492 B
Markdown

# 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**
```bash
git clone https://git.pontusmail.org/librecloud/web.git
cd web
```
3. **Install dependencies**
```bash
bun install
```
4. **Start dev server**
```bash
bun dev
```