Skip to content

Commit 8127846

Browse files
committed
docs: added new readme.md
1 parent afb2cef commit 8127846

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## Template Next.js
2+
A Next.js template with TypeScript and TailwindCSS configured.
3+
4+
### Configured tools
5+
- TailwindCSS.
6+
- TypeScript.
7+
8+
### How to use
9+
1. Clone this repository
10+
2. Run `yarn install` or `npm install`.
11+
3. Run `yarn dev` or `npm run dev`.
12+
4. Open your browser to see the result.

0 commit comments

Comments
 (0)