Skip to content

Commit 5870212

Browse files
authored
Create README.md
1 parent 59f96c3 commit 5870212

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# twizzy.gg
2+
3+
Personal portfolio site. Live at [twizzygg.vercel.app](https://twizzygg.vercel.app).
4+
5+
![TypeScript](https://img.shields.io/badge/TypeScript-3178c6?style=flat-square&logo=typescript&logoColor=white)
6+
![Vercel](https://img.shields.io/badge/Vercel-000000?style=flat-square&logo=vercel&logoColor=white)
7+
8+
---
9+
10+
## running locally
11+
12+
```bash
13+
git clone https://github.com/bigcheesh/twizzy.gg
14+
cd twizzy.gg/twizzy.gg
15+
npm install
16+
npm run dev
17+
```
18+
19+
Open [http://localhost:3000](http://localhost:3000).
20+
21+
## deploying
22+
23+
Deployed automatically via Vercel on push to `main`. To deploy manually:
24+
25+
```bash
26+
npm run build
27+
vercel --prod
28+
```
29+
30+
---
31+
32+
<sub>built by [bigcheesh](https://github.com/bigcheesh)</sub>

0 commit comments

Comments
 (0)