|
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 | +# DummyRepo-js 💛 |
2 | 2 |
|
3 | | -## Getting Started |
| 3 | +## Overview |
4 | 4 |
|
5 | | -First, run the development server: |
| 5 | +`dummyrepo-js`, is a template is primarily intended for testing and |
| 6 | +demonstration purposes with stacklok projects. It is a simple react project with |
| 7 | +Next.js |
6 | 8 |
|
7 | | -```bash |
8 | | -npm run dev |
9 | | -# or |
10 | | -yarn dev |
11 | | -# or |
12 | | -pnpm dev |
13 | | -``` |
| 9 | +## How to Use This Template |
14 | 10 |
|
15 | | -Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. |
| 11 | +### GitHub Users |
16 | 12 |
|
17 | | -You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file. |
| 13 | +1. **Use this Template**: |
| 14 | + Click the "Use this template" button above the file list on this repository. |
18 | 15 |
|
19 | | -This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font. |
| 16 | +2. **Create New Repository**: |
| 17 | + Provide your repository with a name, description, and set the privacy settings. Click "Create repository from template." |
20 | 18 |
|
21 | | -## Learn More |
| 19 | +## Features |
22 | 20 |
|
23 | | -To learn more about Next.js, take a look at the following resources: |
| 21 | +- Pre-configured `package.json` with `react` and `next` dependencies |
| 22 | +- Sample Rust code in `src/` |
| 23 | +- Basic tailwind CSS setup |
| 24 | +- next.config.js with tailwind CSS support |
| 25 | +- `.gitignore` file suitable for JavaSript projects |
24 | 26 |
|
25 | | -- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. |
26 | | -- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. |
27 | | - |
28 | | -You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome! |
29 | | - |
30 | | -## Deploy on Vercel |
31 | | - |
32 | | -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. |
33 | | - |
34 | | -Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details. |
| 27 | +Happy testing! 🦀🎉 |
0 commit comments