Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 412 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 412 Bytes

vuongdang.dev

This is the source code of my personal website & blog.

Getting Started

Install dependencies:

npm install

Next, Run the development server:

npm run dev

Finally, open http://localhost:3000 with your browser to see the result.

Helpful script to upgrade node to the latest stable version:

 node -v && sudo n stable && node -v