Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 689 Bytes

File metadata and controls

32 lines (21 loc) · 689 Bytes

twizzy.gg

Personal portfolio site. Live at twizzygg.vercel.app.

TypeScript Vercel


running locally

git clone https://github.com/bigcheesh/twizzy.gg
cd twizzy.gg/twizzy.gg
npm install
npm run dev

Open http://localhost:3000.

deploying

Deployed automatically via Vercel on push to main. To deploy manually:

npm run build
vercel --prod

built by bigcheesh