Skip to content

Commit

Permalink
docs(readme): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fiqryq authored Nov 23, 2022
1 parent 1a0ae60 commit d84e056
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
![untitled](https://user-images.githubusercontent.com/25787603/203488615-7b381491-7966-4dbc-abfe-31334130eda3.png)

<p align="center">
<a href="https://twitter.com/intent/follow?screen_name=fiqryq_">
<img src="https://img.shields.io/twitter/follow/fiqryq_?style=for-the-badge&color=1DA1F2&labelColor=000000" alt="Follow @fiqryq_" />
</a>
</p>

### Getting Started

create new project :
Expand All @@ -25,3 +31,15 @@ yarn run dev
- commitlint.
- auto update dependencies using [Renovate](https://github.com/renovatebot/renovate).
- analyzes each PR's impact on your next.js app's bundle size and displays it using a commen using [nextjs bundle analysis](https://github.com/hashicorp/nextjs-bundle-analysis).

### 🤝 Contributing

1. fork this repository;
2. create your branch: `git checkout -b new-feature`
3. commit your changes: `git commit -m 'feat: add some feature'`
4. push to the branch: `git push origin new-feature`.

**After your pull request is merged**, you can safely delete your branch.


Made with ♥ by Fiqry choerudin

1 comment on commit d84e056

@vercel
Copy link

@vercel vercel bot commented on d84e056 Nov 23, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

next-boilerplate – ./

next-boilerplate-fiqryq.vercel.app
next-boilerplate-one.vercel.app
next-boilerplate-git-main-fiqryq.vercel.app

Please sign in to comment.