We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a515e0 + f1053a9 commit 3cd0b96Copy full SHA for 3cd0b96
README.md
@@ -25,23 +25,23 @@ Repository for the official GitHub Maintainer Month website. You can access the
25
Run the following command before any other to install all the project's dependencies.
26
27
```
28
-yarn install
+npm install
29
30
31
### Usage
32
33
To start application in development mode at [http://localhost:3000](http://localhost:3000) run the following command.
34
35
36
-yarn start
+npm start
37
38
39
### Build
40
41
To generate the application build run the following command
42
43
44
-yarn build
+npm run build
45
46
47
This will create an `out` folder in the repository root with the static files.
0 commit comments