1
0
Fork 0

fix(scripts): Remove references to lab development environment (#7232)

Co-authored-by: Benjamin Fan <ben-git@swinglonga.com>
This commit is contained in:
BenJamesBen 2024-11-16 06:43:10 -08:00 committed by GitHub
parent 788ea77ffa
commit ef8f68bcaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

View file

@ -77,7 +77,7 @@ async function addDesign() {
👉 We've created your design skeleton at ${chalk.green('designs/' + name)}
👉 We've configured the packages via the ${chalk.green('package.json')} file
👉 We've added ${chalk.green('designs/' + name)} to the lab
👉 We've added ${chalk.green('designs/' + name)} to the local repository
${chalk.bold.yellow('✏️ Make it your own')}
@ -103,7 +103,7 @@ async function addDesign() {
${chalk.bold.yellow('👷 Get to work')}
${chalk.gray('≡≡≡≡≡≡≡≡≡≡≡≡≡≡')}
🚀 You can now start the development environment with ${chalk.blue('yarn lab')}
🚀 You can now start the org development environment with ${chalk.blue('yarn org')}
📖 Documentation is available at ${chalk.green('https://freesewing.dev/')}
🤓 Happy hacking
@ -175,7 +175,7 @@ async function addPlugin() {
${chalk.bold.yellow('👷 Get to work')}
${chalk.gray('≡≡≡≡≡≡≡≡≡≡≡≡≡≡')}
🛠 You can now start the development environment with ${chalk.blue('yarn lab')}
🛠 You can now start the org development environment with ${chalk.blue('yarn org')}
📖 Documentation is available at ${chalk.green('https://freesewing.dev/')}
🤓 Happy hacking

View file

@ -46,13 +46,13 @@ console.log(`
Our development environment for ${chalk.bold('designs')} and ${chalk.bold(
'plugins'
)} lives in ${chalk.green('sites/lab')}
We refer to it as ${chalk.bold('the FreeSewing lab')}.
)} lives in ${chalk.green('sites/org')}
We refer to it as ${chalk.bold('the org development environment')}.
It can display any design in this repository and will hot-reload any changes you make to a design.
To start the lab, run this command:
To start the org development environment, run this command:
${chalk.blue('yarn lab')}
${chalk.blue('yarn org')}
Now open your browser and navigate to ${chalk.green('http://localhost:8000/')}
@ -64,7 +64,7 @@ console.log(`
${chalk.blue('yarn new design')}
It will ask you some questions, and set everything up for you, and add your design to the lab.
It will ask you some questions, and set everything up for you, and add your design to the local repository.
If you later need to add more dependencies to your design, add them in ${chalk.green(