mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-05-18 07:16:38 +00:00
docs: enhance README with additional setup instructions for cloning and starting containers
This commit is contained in:
parent
d851bfa5cb
commit
fd8c4432e1
@ -22,10 +22,17 @@ docker compose -f ./docker/compose.yml up -d
|
||||
## 🔧 Development Setup
|
||||
|
||||
```sh
|
||||
# Clone repository
|
||||
git clone https://github.com/cfngc4594/monaco-editor-lsp-next
|
||||
cd monaco-editor-lsp-next
|
||||
|
||||
# Start specific containers (lsp-c and lsp-cpp) in detached mode
|
||||
docker compose -f ./docker/compose.yml up -d lsp-c lsp-cpp
|
||||
|
||||
# Install project dependencies using Bun package manager
|
||||
bun install
|
||||
|
||||
# Run the development server
|
||||
bun run dev
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user