npm install
Note: This is built off of Node 18. If you are using a different version of Node, you may need to install the correct version of Node. You can do this by using NVM (Node Version Manager). You can find instructions on how to install NVM here.
Once installed, change to Node 18 by running
nvm use 18
npm run serve
npm run build
npm run lint