https://github.com/kellymears/roots-dev-env
https://github.com/kellymears/roots-dev-env
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kellymears/roots-dev-env
- Owner: kellymears
- Created: 2021-03-03T03:35:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T18:54:49.000Z (about 5 years ago)
- Last Synced: 2024-11-17T10:51:24.867Z (over 1 year ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Have you ever wanted to be able to run all of the main roots projects at once while not modifying the filesystem of any of them?
- Install the deps: `yarn`
- Then clone down all the repos: `yarn init`
- Build the containers: `docker compose up`
You should wind up with a tree like this:
```
├── acorn
├── bedrock
├── bud
├── dev
├── sage
├── support
└── ...
```
These projects are all symlinked.