Created
December 10, 2020 12:33
-
-
Save eddiecooro/ac8e21cee3bce7eac4dc83f6d5a61c92 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: projectname | |
root: ~/Desktop/projectname/ | |
on_project_first_start: | |
- cd crm-admin | |
- yarn | |
- cd ../design-system | |
- yarn | |
startup_window: user-scripts | |
windows: | |
- crm-admin: | |
layout: main-vertical | |
root: ~/Desktop/projectname/crm-admin | |
panes: | |
- yarn test | |
- yarn start | |
- crm-user: | |
layout: main-vertical | |
root: ~/Desktop/projectname/crm-user | |
panes: | |
- yarn start --all | |
- design-system: | |
layout: main-vertical | |
root: ~/Desktop/projectname/crm-user | |
panes: | |
- yarn test | |
- yarn styleguide | |
- yarn yalc:watch | |
- admin-scripts: | |
panes: | |
- cd crm-admin | |
- cd design-system | |
- user-scripts: | |
panes: | |
- cd Trader | |
- cd design-system |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment