Skip to content

Commit

Permalink
deps(pkg): use yarn instead of npm
Browse files Browse the repository at this point in the history
  • Loading branch information
msrcodes committed Aug 22, 2021
1 parent e404dec commit bbfa928
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4,783 deletions.
12 changes: 10 additions & 2 deletions README.md
Expand Up @@ -5,10 +5,10 @@ A boilerplate for projects using Next.js and TypeScript.

## Scripts

Run any of the following scripts using `npm`:
Run any of the following scripts using `yarn`:

```
npm run <script>
yarn <script>
```

| Script | Description |
Expand All @@ -20,6 +20,14 @@ npm run <script>
| lint | Check all files, reporting them to the console |
| start | Start the Next.js application in production mode, requires `build` |

### Don't have Yarn?

Install it using npm.

```
npm install --global yarn
```

## Environment Variables

**Do not push sensitive keys to GitHub**. You should follow [Next.js' Guide](https://nextjs.org/docs/basic-features/environment-variables) for environment variables.
Expand Down

0 comments on commit bbfa928

Please sign in to comment.