Skip to content

Commit 3cd0b96

Browse files
Merge pull request #304 from github/update-deps
2 parents 2a515e0 + f1053a9 commit 3cd0b96

File tree

2 files changed

+3
-5828
lines changed

2 files changed

+3
-5828
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,23 @@ Repository for the official GitHub Maintainer Month website. You can access the
2525
Run the following command before any other to install all the project's dependencies.
2626

2727
```
28-
yarn install
28+
npm install
2929
```
3030

3131
### Usage
3232

3333
To start application in development mode at [http://localhost:3000](http://localhost:3000) run the following command.
3434

3535
```
36-
yarn start
36+
npm start
3737
```
3838

3939
### Build
4040

4141
To generate the application build run the following command
4242

4343
```
44-
yarn build
44+
npm run build
4545
```
4646

4747
This will create an `out` folder in the repository root with the static files.

0 commit comments

Comments
 (0)