This is the code for both my personal and professional site.
- Install NodeJS 15+ and NPM 7+.
- Run
npm installinside themy-site/directory.
- Run
npm run startto run the development server inlocalhost:3000(default).
- Run
npm run buildto build the static files for deployment.
