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 dev
Development server will be running at http://localhost:8000.
This repo is linted using ESLint and PrettierJS. The lints are ran before the tests.
npm test
You must have push access to the gh-pages
branch of this code repository.
npm run deploy