1 parent 59f96c3 commit 5870212Copy full SHA for 5870212
1 file changed
README.md
@@ -0,0 +1,32 @@
1
+# twizzy.gg
2
+
3
+Personal portfolio site. Live at [twizzygg.vercel.app](https://twizzygg.vercel.app).
4
5
+
6
+
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
26
+npm run build
27
+vercel --prod
28
29
30
31
32
+<sub>built by [bigcheesh](https://github.com/bigcheesh)</sub>
0 commit comments