gemcfadyen / pennyprojects-site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# PennyProjects.co.uk

This is the code used for the website https://pennyprojects.co.uk

Technology

The site is written using Gatsby The site uses styled-components for styling.

Running in development

To run the site locally, check it out and do gatsby develop. Navigate to localhost:8000 to view the site.

Alternatively you can do gatsby build, followed by gatsby serve, and navigate to localhost:9000.

Deploy to production

Commit the changes you want published to the master branch. Deploy to production by doing npm run deploy. After a few moments navigate to pennyprojects.co.uk to view your updates.

About

License:MIT License


Languages

Language:JavaScript 100.0%