The code that generates the personal website of Matthew Turney.
For an overview of the project structure please refer to the Gatsby documentation - Building with Components
# Install dependencies
npm install
# Run local development server
npm run devDevelopment server will be running at http://localhost:8000.
This repo is linted using ESLint and PrettierJS. The lints are ran before the tests.
npm testYou must have push access to the gh-pages branch of this code repository.
npm run deploy