Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 242 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 242 Bytes

babbev-com

This is the source code for my personal website, written in Next.JS: babbev.com

Commands

Develop:

npm run dev

Build production:

npm run build

Serve production:

npm run start