https://github.com/hopding/andrewjdillon.com
My personal website
https://github.com/hopding/andrewjdillon.com
Last synced: 4 months ago
JSON representation
My personal website
- Host: GitHub
- URL: https://github.com/hopding/andrewjdillon.com
- Owner: Hopding
- License: mit
- Created: 2018-04-08T19:37:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T14:09:15.000Z (almost 2 years ago)
- Last Synced: 2025-04-08T01:46:34.192Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://andrewjdillon.com/
- Size: 3.17 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repo contains the source code for my personal website https://andrewjdillon.com/. It is built on top of [Gatsby](https://www.gatsbyjs.org/) and hosted by [Firebase](https://firebase.google.com/). I have not written it with extensibility or generality in mind, so it's unlikely to be especially useful to anybody other than myself. Except, perhaps, as inspiration.
## Install
```bash
git clone https://github.com/Hopding/andrewjdillon.com.git
cd andrewjdillon.com
yarn install
```
## Develop
```bash
yarn develop # Starts a hot-reloading server at localhost:8000
yarn serve # Builds a static copy of the site and serves at localhost:9000
```
## Deploy
```bash
npm install -g firebase-tools
yarn deploy # Rebuilds the site and publishes the public/ dir to firebase
```