Install nodejs using nvm package manager
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.36.0/install.sh | bashInstall the dependencies
npm installRun the project locally
npm run developUsually the website is brough up at http://localhost:8080