chore: Added scripts to facilitate development
This commit is contained in:
parent
7108cb46a2
commit
a4cda485d5
183 changed files with 1019 additions and 15 deletions
|
@ -59,6 +59,12 @@ holding [all our NPM packages](https://freesewing.dev/reference/packages/).
|
|||
|
||||
This folder holds: create-freesewing-pattern
|
||||
|
||||
If you're not entirely sure what to do or how to start, type this command:
|
||||
|
||||
```
|
||||
npm run tips
|
||||
```
|
||||
|
||||
## About FreeSewing 💀
|
||||
|
||||
Where the world of makers and developers collide, that's where you'll find FreeSewing.
|
||||
|
|
|
@ -22,7 +22,8 @@
|
|||
"main": "index.js",
|
||||
"scripts": {
|
||||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
||||
"lab": "cd ../../sites/lab && yarn start"
|
||||
"lab": "cd ../../sites/lab && yarn start",
|
||||
"tips": "node ../../scripts/help.mjs"
|
||||
},
|
||||
"peerDependencies": {},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue