Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
🐛 📚 remove redundant build section
Browse files Browse the repository at this point in the history
remove redundant build section

🐛 Bugfix, 📚 Documentation
  • Loading branch information
TimMikeladze committed Dec 29, 2022
1 parent b0ad23b commit df93b50
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,6 @@ Or simply run all the tests
yarn test
```

### 🚧 Building

Build the Next.js app for production.

```console
yarn build
```

### 📒 Committing

When you are ready to commit simply run the following command to get a well formatted commit message. All staged files will automatically be linted and fixed as well.
Expand All @@ -118,9 +110,9 @@ Learn more about how to use the `release-it` command [here](https://github.com/r
yarn release
```

### 📦 Deploying & building
### 🚧 Building & deploying

This project can be deployed anywhere where Next.js is supported. I suggest using [Vercel](https://vercel.com) with the GitHub integration to quickly deploy an app to production.
This project can be deployed anywhere where Next.js can run. I suggest using [Vercel](https://vercel.com) with the GitHub integration to quickly deploy an app to production.

If you want to build your app for production on your local machine, within a container, etc, simply run the following command:

Expand Down

1 comment on commit df93b50

@vercel
Copy link

@vercel vercel bot commented on df93b50 Dec 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.