Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 737 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 737 Bytes

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