Skip to content

pjbrof/portfolio

Repository files navigation

Portfolio

My personal portfolio

Local Installation

Install NodeJS

npm install

Development

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

Deployment

npm run build

Testing

npm test