https://github.com/tomconder/itstom-co
The personal web page for Tom Conder 🎸
https://github.com/tomconder/itstom-co
gatsby gtag jest manifest react react-head screenshot sitemap
Last synced: 4 months ago
JSON representation
The personal web page for Tom Conder 🎸
- Host: GitHub
- URL: https://github.com/tomconder/itstom-co
- Owner: tomconder
- License: mit
- Created: 2018-09-29T21:21:34.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2024-03-16T04:37:50.000Z (about 2 years ago)
- Last Synced: 2024-04-21T17:23:43.084Z (about 2 years ago)
- Topics: gatsby, gtag, jest, manifest, react, react-head, screenshot, sitemap
- Language: JavaScript
- Homepage:
- Size: 6.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# itstom-co
[](https://github.com/tomconder/itstom-co/tags) [](https://github.com/tomconder/itstom-co/blob/develop/LICENSE) [](https://travis-ci.com/tomconder/itstom-co)
This is the code to my website, [itstom.co](https://itstom.co). It is a personal project to showcase my web development skills.
## Screenshot

### Built with
- [Gatsby](https://github.com/gatsbyjs/gatsby)
- [React](https://github.com/facebook/react)
## Setup
```bash
# install gatsby's command line tool
$ npm install --global gatsby-cli
# install dependencies
$ yarn install
# serve with hot reload at localhost:8000
$ gatsby develop
# build for production at localhost:9000
$ gatsby build
$ gatsby server
```
For detailed explanation on the gatsby cli, check out the [Gatsby docs](https://www.gatsbyjs.org/docs/).
## Lint Checks
Run lint checks with yarn
```bash
# run lint checks
$ yarn lint
# automatically fix fixable lint issues
$ yarn lint:fix
# run sass lint checks
$ yarn lint:sass
```
## Tests
Run tests with yarn.
```bash
# run test
$ yarn test
# run test coverage
$ yarn test:coverage
```
## Deploy
Deploy using the deploy script.
```bash
# deploy
$ yarn deploy
```