|
1 |
| -<p align="center"> |
2 |
| - <a href="https://hammercode.org"> |
3 |
| - <h1 align="center">Hammercode</h1> |
4 |
| - </a> |
5 |
| -</p> |
6 |
| - |
7 |
| -<p align="center"> |
8 |
| - |
9 |
| -</p> |
| 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). |
10 | 2 |
|
11 | 3 | ## Getting Started
|
12 | 4 |
|
13 |
| -Visit <a aria-label="next.js learn" href="<<<<https://nextjs.org/learn>>>>">https://nextjs.org/learn</a> to get started with Next.js. |
14 |
| - |
15 |
| -## Documentation |
16 |
| - |
17 |
| -Visit [https://nextjs.org/docs](https://nextjs.org/docs) to view the full documentation. |
18 |
| - |
19 |
| -## Who is using Next.js? |
20 |
| - |
21 |
| -Next.js is used by the world's leading companies. Check out the [Next.js Showcase](https://nextjs.org/showcase) to learn more. |
22 |
| - |
23 |
| -## Community |
24 |
| - |
25 |
| -The Next.js community can be found on [GitHub Discussions](https://github.com/vercel/next.js/discussions), where you can ask questions, voice ideas, and share your projects. |
| 5 | +First, run the development server: |
26 | 6 |
|
27 |
| -To chat with other community members you can join the [Next.js Discord](https://nextjs.org/discord). |
| 7 | +```bash |
| 8 | +npm run dev |
| 9 | +# or |
| 10 | +yarn dev |
| 11 | +# or |
| 12 | +pnpm dev |
| 13 | +# or |
| 14 | +bun dev |
| 15 | +``` |
28 | 16 |
|
29 |
| -Our [Code of Conduct](https://github.com/vercel/next.js/blob/canary/CODE_OF_CONDUCT.md) applies to all Next.js community channels. |
| 17 | +Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. |
30 | 18 |
|
31 |
| -## Contributing |
| 19 | +You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file. |
32 | 20 |
|
33 |
| -Please see our [contributing.md](/contributing.md). |
| 21 | +This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font. |
34 | 22 |
|
35 |
| -### Good First Issues |
| 23 | +## Learn More |
36 | 24 |
|
37 |
| -We have a list of [good first issues](https://github.com/vercel/next.js/labels/good%20first%20issue) that contain bugs that have a relatively limited scope. This is a great place to get started, gain experience, and get familiar with our contribution process. |
| 25 | +To learn more about Next.js, take a look at the following resources: |
38 | 26 |
|
39 |
| -## Authors |
| 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. |
40 | 29 |
|
41 |
| -- Tim Neutkens ([@timneutkens](https://twitter.com/timneutkens)) |
42 |
| -- Naoyuki Kanezawa ([@nkzawa](https://twitter.com/nkzawa)) |
43 |
| -- Guillermo Rauch ([@rauchg](https://twitter.com/rauchg)) |
44 |
| -- Arunoda Susiripala ([@arunoda](https://twitter.com/arunoda)) |
45 |
| -- Tony Kovanen ([@tonykovanen](https://twitter.com/tonykovanen)) |
46 |
| -- Dan Zajdband ([@impronunciable](https://twitter.com/impronunciable)) |
| 30 | +You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome! |
47 | 31 |
|
48 |
| -## Security |
| 32 | +## Deploy on Vercel |
49 | 33 |
|
50 |
| -If you believe you have found a security vulnerability in Next.js, we encourage you to responsibly disclose this and not open a public issue. We will investigate all legitimate reports. Email `security@vercel.com` to disclose any security vulnerabilities. |
| 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. |
51 | 35 |
|
52 |
| -<https://vercel.com/security> |
| 36 | +Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details. |
0 commit comments