1
0
Fork 0

fix(docs): (getting-started-windows) More yarn recommendation changes

This commit is contained in:
Benjamin F 2023-05-04 19:22:57 -07:00
parent 6807ad7185
commit 03a14eab1a

View file

@ -73,7 +73,7 @@ set up the project. The default package manager uses a fairly simplistic approac
to dependency resolution which can make builds take a long time. Yarn is an to dependency resolution which can make builds take a long time. Yarn is an
alternative package manager which makes builds faster, especially for monolithic alternative package manager which makes builds faster, especially for monolithic
projects like FreeSewing. If you'd like to install yarn run `npm install yarn projects like FreeSewing. If you'd like to install yarn run `npm install yarn
-g` (optional). --global` (optional, but recommended).
#### Install and configure Git (recommended) #### Install and configure Git (recommended)
@ -205,7 +205,7 @@ If you chose `banana`, you'll have a folder named `banana`.
You can ignore all other subfolders and files; they are part of the development environment.) You can ignore all other subfolders and files; they are part of the development environment.)
To start the development environment, navigate to the folder that was created To start the development environment, navigate to the folder that was created
and run `npm run dev` (or `yarn dev` if you're using Yarn as a package manager). and run `yarn dev` (or `npm run dev` if you're using npm as a package manager).
Then open your browser and go to http://localhost:8000 Then open your browser and go to http://localhost:8000