Skip to content

jprince/jprince.codes

Repository files navigation

README

Getting started

Install nvm if it's not already installed:

brew install nvm

Install v8.9.3 of nodejs:

nvm install 8.9.3

Use that version:

nvm use

Install dependencies:

yarn install

Start your server:

gatsby develop

That's it! The application is running on localhost:8000

Running tests

To lint scss:

yarn run stylelint

Deploying to production

Prepare an optimized production build:

gatsby build

Test the production build locally:

gatsby serve

About

Source code for my personal website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published