Skip to content

Commit 943739e

Browse files
committed
Initial commit
Signed-off-by: Luke Hinds <[email protected]>
1 parent 0012c01 commit 943739e

File tree

1 file changed

+18
-25
lines changed

1 file changed

+18
-25
lines changed

README.md

Lines changed: 18 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,27 @@
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 💛
22

3-
## Getting Started
3+
## Overview
44

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
68

7-
```bash
8-
npm run dev
9-
# or
10-
yarn dev
11-
# or
12-
pnpm dev
13-
```
9+
## How to Use This Template
1410

15-
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
11+
### GitHub Users
1612

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.
1815

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."
2018

21-
## Learn More
19+
## Features
2220

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
2426

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

Comments
 (0)