This is the source code of my personal website & blog.
Install dependencies:
npm installNext, Run the development server:
npm run devFinally, 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