Skip to content

Commit 806d3f7

Browse files
committed
Add generic documentation
1 parent 240a44b commit 806d3f7

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

100755100644
+25
Original file line numberDiff line numberDiff line change
@@ -1 +1,26 @@
11
# Glif API Node
2+
3+
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).
4+
5+
## Getting Started
6+
7+
First, run the development server:
8+
9+
```bash
10+
npm run dev
11+
# or
12+
yarn dev
13+
```
14+
15+
Open [http://localhost:3004](http://localhost:3004) with your browser to see the result.
16+
17+
You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.
18+
19+
## Learn More
20+
21+
To learn more about Next.js, take a look at the following resources:
22+
23+
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
24+
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
25+
26+
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!

0 commit comments

Comments
 (0)