This is the source code of my personal website & blog.
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