Skip to content

Commit 624c141

Browse files
update readme
1 parent b99c9a6 commit 624c141

File tree

1 file changed

+6
-43
lines changed

1 file changed

+6
-43
lines changed

README.md

+6-43
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,32 @@
1-
<a href="https://precedent.dev">
2-
<img alt="PrecedentBuilding blocks for your Next project" src="https://precedent.dev/api/og">
3-
<h1 align="center">Precedent</h1>
1+
<a href="https://gitfluence.com">
2+
<img alt="GitFluenceGenerate the git commands using ChatGPT" src="https://gitfluence.com/api/og">
3+
<h1 align="center">GitFluence</h1>
44
</a>
55

66
<p align="center">
7-
Building blocks for your Next project
8-
</p>
9-
10-
<p align="center">
11-
<a href="https://twitter.com/steventey">
12-
<img src="https://img.shields.io/twitter/follow/steventey?style=flat&label=steventey&logo=twitter&color=0bf&logoColor=fff" alt="Steven Tey Twitter follower count" />
13-
</a>
14-
<a href="https://github.com/steven-tey/precedent">
15-
<img src="https://img.shields.io/github/stars/steven-tey/precedent?label=steven-tey%2Fprecedent" alt="Precedent repo star count" />
16-
</a>
7+
Generate the git commands using ChatGPT
178
</p>
189

1910
<p align="center">
2011
<a href="#introduction"><strong>Introduction</strong></a> ·
21-
<a href="#one-click-deploy"><strong>One-click Deploy</strong></a> ·
2212
<a href="#tech-stack--features"><strong>Tech Stack + Features</strong></a> ·
2313
<a href="#author"><strong>Author</strong></a>
2414
</p>
2515
<br/>
2616

2717
## Introduction
2818

29-
Precedent is an opinionated collection of components, hooks, and utilities for your Next.js project.
30-
31-
## One-click Deploy
32-
33-
You can deploy this template to Vercel with the button below:
34-
35-
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fsteven-tey%2Fprecedent&project-name=precedent&repository-name=precedent&demo-title=Precedent&demo-description=An%20opinionated%20collection%20of%20components%2C%20hooks%2C%20and%20utilities%20for%20your%20Next%20project.&demo-url=https%3A%2F%2Fprecedent.dev&demo-image=https%3A%2F%2Fprecedent.dev%2Fapi%2Fog&env=DATABASE_URL,GOOGLE_CLIENT_ID,GOOGLE_CLIENT_SECRET,NEXTAUTH_SECRET&envDescription=How%20to%20get%20these%20env%20variables%3A&envLink=https%3A%2F%2Fgithub.com%2Fsteven-tey%2Fprecedent%2Fblob%2Fmain%2F.env.example)
36-
37-
You can also clone & create this repo locally with the following command:
38-
39-
```bash
40-
npx create-next-app precedent --example "https://github.com/steven-tey/precedent"
41-
```
19+
GitFluence is an AI-driven solution that helps you quickly find the right command. Get started with Git Command Generator today and save time.
4220

4321
## Tech Stack + Features
4422

45-
https://user-images.githubusercontent.com/28986134/212368288-12f41e37-aa8c-4e0a-a542-cf6d23410a65.mp4
46-
4723
### Frameworks
4824

4925
- [Next.js](https://nextjs.org/) – React framework for building performant apps with the best developer experience
50-
- [Auth.js](https://authjs.dev/) – Handle user authentication with ease with providers like Google, Twitter, GitHub, etc.
51-
- [Prisma](https://www.prisma.io/) – Typescript-first ORM for Node.js
5226

5327
### Platforms
5428

5529
- [Vercel](https://vercel.com/) – Easily preview & deploy changes with git
56-
- [Railway](https://railway.app/) – Easily provision a PostgreSQL database (no login required)
5730

5831
### UI
5932

@@ -65,16 +38,6 @@ https://user-images.githubusercontent.com/28986134/212368288-12f41e37-aa8c-4e0a-
6538
- [`@vercel/og`](https://vercel.com/docs/concepts/functions/edge-functions/og-image-generation) – Generate dynamic Open Graph images on the edge
6639
- [`react-wrap-balancer`](https://github.com/shuding/react-wrap-balancer) – Simple React component that makes titles more readable
6740

68-
### Hooks and Utilities
69-
70-
- `useIntersectionObserver` –  React hook to observe when an element enters or leaves the viewport
71-
- `useLocalStorage` – Persist data in the browser's local storage
72-
- `useScroll` – React hook to observe scroll position ([example](https://github.com/steven-tey/precedent/blob/main/components/layout/index.tsx#L25))
73-
- `nFormatter` – Format numbers with suffixes like `1.2k` or `1.2M`
74-
- `capitalize` – Capitalize the first letter of a string
75-
- `truncate` – Truncate a string to a specified length
76-
- [`use-debounce`](https://www.npmjs.com/package/use-debounce) – Debounce a function call / state update
77-
7841
### Code Quality
7942

8043
- [TypeScript](https://www.typescriptlang.org/) – Static type checker for end-to-end typesafety
@@ -87,4 +50,4 @@ https://user-images.githubusercontent.com/28986134/212368288-12f41e37-aa8c-4e0a-
8750

8851
## Author
8952

90-
- Steven Tey ([@steventey](https://twitter.com/steventey))
53+
- Geovane Santana

0 commit comments

Comments
 (0)