Skip to content

pho3nixf1re/pho3nixf1re.net

Repository files navigation

pho3nixf1re.net

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

Develop

# Install dependencies
npm install

# Run local development server
npm run dev

Development server will be running at http://localhost:8000.

Tests and linting

This repo is linted using ESLint and PrettierJS. The lints are ran before the tests.

npm test

Deploy

You must have push access to the gh-pages branch of this code repository.

npm run deploy