severo HF staff commited on
Commit
da80fef
1 Parent(s): 953b41d

add readme

Browse files
Files changed (1) hide show
  1. README.md +43 -1
README.md CHANGED
@@ -1,11 +1,53 @@
1
  ---
2
  title: Followgraph
3
- emoji: 🐠
4
  colorFrom: indigo
5
  colorTo: pink
6
  sdk: docker
7
  pinned: false
8
  license: apache-2.0
 
9
  ---
10
 
11
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  title: Followgraph
3
+ emoji: 👥
4
  colorFrom: indigo
5
  colorTo: pink
6
  sdk: docker
7
  pinned: false
8
  license: apache-2.0
9
+ app_port: 3000
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
13
+
14
+ ## from followgraph
15
+
16
+ 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).
17
+
18
+ ## Getting Started
19
+
20
+ First, run the development server:
21
+
22
+ ```bash
23
+ # Install dependencies
24
+ npm install
25
+ # Run it
26
+ npm run dev
27
+
28
+ # or
29
+ yarn dev
30
+ ```
31
+
32
+ Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
33
+
34
+ You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.
35
+
36
+ [API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.ts`.
37
+
38
+ The `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.
39
+
40
+ ## Learn More
41
+
42
+ To learn more about Next.js, take a look at the following resources:
43
+
44
+ - [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
45
+ - [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
46
+
47
+ You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
48
+
49
+ ## Deploy on Vercel
50
+
51
+ 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.
52
+
53
+ Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.