Merge pull request #29 from Molecule-AI/docs/repo-rename-molecule-core
docs(site): update molecule-monorepo → molecule-core across all docs
This commit is contained in:
commit
2cdf0ab764
@ -19,8 +19,8 @@ using the bundled `molecule-dev` template.
|
||||
## Option A: One-command start (recommended)
|
||||
|
||||
```bash
|
||||
git clone https://github.com/Molecule-AI/molecule-monorepo.git
|
||||
cd molecule-monorepo
|
||||
git clone https://github.com/Molecule-AI/molecule-core.git
|
||||
cd molecule-core
|
||||
./scripts/dev-start.sh
|
||||
```
|
||||
|
||||
@ -30,8 +30,8 @@ Canvas (Next.js on `:3000`). Press `Ctrl-C` to stop all services.
|
||||
## Option B: Docker Compose
|
||||
|
||||
```bash
|
||||
git clone https://github.com/Molecule-AI/molecule-monorepo.git
|
||||
cd molecule-monorepo
|
||||
git clone https://github.com/Molecule-AI/molecule-core.git
|
||||
cd molecule-core
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
|
||||
@ -17,8 +17,8 @@ description: Run the full Molecule AI stack on your own infrastructure.
|
||||
The fastest way to get Molecule AI running locally:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/Molecule-AI/molecule-monorepo.git
|
||||
cd molecule-monorepo
|
||||
git clone https://github.com/Molecule-AI/molecule-core.git
|
||||
cd molecule-core
|
||||
./scripts/dev-start.sh
|
||||
# Canvas: http://localhost:3000
|
||||
# Platform: http://localhost:8080
|
||||
|
||||
Loading…
Reference in New Issue
Block a user