aiqtech commited on
Commit
75cae5c
·
verified ·
1 Parent(s): 8d9f520

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -42
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Organization Activity Heatmap
3
  emoji: 🔥
4
  colorFrom: purple
5
  colorTo: red
@@ -7,45 +7,5 @@ sdk: docker
7
  pinned: true
8
  app_port: 3000
9
  license: apache-2.0
 
10
  ---
11
-
12
- 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).
13
-
14
- ## Getting Started
15
-
16
- First, run the development server:
17
-
18
- ```bash
19
- npm run dev
20
- # or
21
- yarn dev
22
- # or
23
- pnpm dev
24
- # or
25
- bun dev
26
- ```
27
-
28
- Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
29
-
30
- You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.
31
-
32
- [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`.
33
-
34
- 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.
35
-
36
- This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.
37
-
38
- ## Learn More
39
-
40
- To learn more about Next.js, take a look at the following resources:
41
-
42
- - [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
43
- - [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
44
-
45
- You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!
46
-
47
- ## Deploy on Vercel
48
-
49
- 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.
50
-
51
- Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
 
1
  ---
2
+ title: Heatmap Leaderboard
3
  emoji: 🔥
4
  colorFrom: purple
5
  colorTo: red
 
7
  pinned: true
8
  app_port: 3000
9
  license: apache-2.0
10
+ short_description: Organization Activity Heatmap
11
  ---