|
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. |
2 | 2 |
|
3 | 3 | ## Getting Started
|
4 | 4 |
|
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: |
6 | 8 |
|
7 | 9 | ```bash
|
8 |
| -npm run dev |
9 |
| -# or |
10 | 10 | yarn dev
|
11 |
| -# or |
12 |
| -pnpm dev |
13 | 11 | ```
|
14 | 12 |
|
15 | 13 | Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
|
16 | 14 |
|
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 |
31 | 16 |
|
32 |
| -## Deploy on Vercel |
| 17 | +Demo [Link to demo](https://blog-sheet.vercel.app) |
33 | 18 |
|
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: |
35 | 20 |
|
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