Skip to content

Commit 9eec58b

Browse files
author
Sarbani-Roy
committed
Readme updated
1 parent 0c90e85 commit 9eec58b

3 files changed

Lines changed: 23 additions & 48 deletions

File tree

README.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
2-
31
## Getting Started
42

53
First, run the development server:
@@ -16,23 +14,4 @@ bun dev
1614

1715
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
1816

19-
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
20-
21-
This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
22-
23-
## Learn More
24-
25-
To learn more about Next.js, take a look at the following resources:
26-
27-
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
28-
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
29-
30-
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
31-
32-
## Deploy on Vercel
33-
34-
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
35-
36-
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
37-
38-
Need group credentials for authenticating PUT request.
17+
Group credentials are needed for authenticating PUT request.

package-lock.json

Lines changed: 19 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@fortawesome/fontawesome-svg-core": "^6.6.0",
13-
"@fortawesome/free-solid-svg-icons": "^6.6.0",
14-
"@fortawesome/react-fontawesome": "^0.2.2",
12+
"@fortawesome/fontawesome-svg-core": "^6.7.2",
13+
"@fortawesome/free-solid-svg-icons": "^6.7.2",
14+
"@fortawesome/react-fontawesome": "^0.2.6",
1515
"calculate-string-similarity": "^1.0.9",
1616
"dotenv": "^16.4.5",
1717
"fastest-levenshtein": "^1.0.16",

0 commit comments

Comments
 (0)