Skip to content

Commit 975a7ab

Browse files
authored
update readme
1 parent 770872f commit 975a7ab

File tree

1 file changed

+8
-23
lines changed

1 file changed

+8
-23
lines changed

README.md

+8-23
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,21 @@
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).
1+
# This is a website example created with nextjs using google sheets to manage all the content.
22

33
## Getting Started
44

5-
First, run the development server:
5+
First, clone the repo and install the dependencies using yarn install.
6+
7+
Now run the development server:
68

79
```bash
8-
npm run dev
9-
# or
1010
yarn dev
11-
# or
12-
pnpm dev
1311
```
1412

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

17-
You can start editing the page by modifying `app/page.js`. The page auto-updates as you edit the file.
18-
19-
[http://localhost:3000/api/hello](http://localhost:3000/api/hello) is an endpoint that uses [Route Handlers](https://beta.nextjs.org/docs/routing/route-handlers). This endpoint can be edited in `app/api/hello/route.js`.
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!
15+
You can see a working demo here
3116

32-
## Deploy on Vercel
17+
Demo [Link to demo](https://blog-sheet.vercel.app)
3318

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.
19+
And here es a demo on the google sheets, feel free to make a copy to check the code inside of it:
3520

36-
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
21+
Sheet [Link to google sheet](https://docs.google.com/spreadsheets/d/1VzDCih7DTuyQp5uI94EbQDn5lIXoy9qzL4keGhozjmk/edit?usp=sharing)

0 commit comments

Comments
 (0)