mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-07 19:04:18 -07:00
Update INSTALLATION.md
remove steps to require gatsby-cli installation
This commit is contained in:
parent
e066f459fa
commit
7225bad804
1 changed files with 5 additions and 8 deletions
|
@ -3,7 +3,7 @@
|
||||||
*[¡Lea esto en español!](INSTALLATION-es.md)*
|
*[¡Lea esto en español!](INSTALLATION-es.md)*
|
||||||
|
|
||||||
## Required Software
|
## Required Software
|
||||||
- git, node, yarn, gatsby-cli, and an IDE
|
- git, node, yarn and an IDE
|
||||||
|
|
||||||
### Install Git
|
### Install Git
|
||||||
|
|
||||||
|
@ -29,16 +29,13 @@ Download from [website](https://git-scm.com/download/win)
|
||||||
This will work for both MacOS and Win10. Follow instructions on this [link](https://medium.com/@nodesource/installing-node-js-tutorial-using-nvm-5c6ff5925dd8)
|
This will work for both MacOS and Win10. Follow instructions on this [link](https://medium.com/@nodesource/installing-node-js-tutorial-using-nvm-5c6ff5925dd8)
|
||||||
|
|
||||||
|
|
||||||
### Install Yarn and Gatsby CLI
|
### Install Yarn
|
||||||
- This is for both MacOS and Win10
|
- This is for both MacOS and Win10
|
||||||
- Note that while this app uses npm as the package manager, yarn is required to build the [uswds](https://github.com/uswds/uswds) library.
|
- Note that while this app uses npm as the package manager, yarn is required to build the [uswds](https://github.com/uswds/uswds) library.
|
||||||
|
|
||||||
1. Open the terminal and type `sudo npm install -global yarn` and hit RETURN.
|
Open the terminal and type `sudo npm install -global yarn` and hit RETURN.
|
||||||
1. Type `yarn -v` and hit RETURN
|
1. Type `yarn -v` and hit RETURN
|
||||||
2. Verify a version number is shown
|
2. Verify a version number is shown
|
||||||
2. Open the terminal and type `sudo npm install -global gatsby-cli` and hit RETURN.
|
|
||||||
1. Type `gatsby-cli -v` and hit RETURN
|
|
||||||
2. Verify a version number is shown
|
|
||||||
|
|
||||||
### IDE set up
|
### IDE set up
|
||||||
While any IDE can be used, we're outlining how to set up VS Code
|
While any IDE can be used, we're outlining how to set up VS Code
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue