Skip to content

Vestride/glencheney

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Hey it's the work I've done.

My portfolio of work.

This is a Gatsby site. Gatsby is a static site generator for React. Components are written in React with GraphQL and project pages are written in markdown. Gatsby takes care of development environment, bundling, code-splitting, and more. I use some Gatsby plugins for images, markdown, and code syntax highlighting.

Running locally

Install the Gatsby CLI

npm install --global gatsby-cli

Then run the develop command.

gatsby develop

Now visit localhost:8000 to see the site.

Releases

No releases published

Packages

No packages published