If you haven't logged into the github package repository, you'll need to run:
npm login --repository https://npm.pkg.github.comIf you're using 2FA, you'll need to create a Personal Access Token with all the repo: and read:packages scopes.
This will be your password when prompted.
After that is taken care of, you can just run:
npm installnpm run serve
npm run build
npm run lint