mirror of
https://github.com/coollabsio/coolify-docs.git
synced 2026-06-19 07:35:55 +00:00
Updated the Readme file - Public Beta Release
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user