Add Apache2 and lighttpd static build deployment options
This commit is contained in:
@@ -45,6 +45,16 @@ npm run dev
|
||||
|
||||
The dev server runs at `http://localhost:5173/` by default.
|
||||
|
||||
### Production Build (Recommended)
|
||||
|
||||
```bash
|
||||
npm install
|
||||
npm run build
|
||||
# Serve dist/ folder with Apache, Nginx, lighttpd, or Caddy
|
||||
```
|
||||
|
||||
See [DEPLOYMENT.md](DEPLOYMENT.md) for server configuration examples.
|
||||
|
||||
### Build for Production
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user