Updated the Readme file - Public Beta Release

This commit is contained in:
ShadowArcanist
2025-02-04 11:56:28 +05:30
parent bc0e352433
commit af7ccdcdff
+4 -34
View File
@@ -1,35 +1,5 @@
### Install dependencies
# Coolify Documentation
This is the official repository for Coolify documentation, available at https://coolify.io/docs
```bash
bun i
```
```bash
pnpm i
```
### Start dev server
```bash
bun dev
```
```bash
pnpm dev
```
### Build
```bash
bun run build
```
```bash
pnpm run build
```
### Docker Deployment
```bash
docker build -t docs . && docker run -p 80:80 docs
```
## Contributing
Contributors should follow the guide at: https://coolify.io/docs/resource/contribute/documentation