My personal portfolio
Install NodeJS
npm install
npm start
ESLint uses AirBnb style guide and prettier for formatting
If using VSCode install the Prettier and EditorConfig plugins and set the following in your settings.json: "editor.formatOnSave": true
npm run build
npm test