https://github.com/dentednerd/hotaru
https://joeyimlay.dev
https://github.com/dentednerd/hotaru
blog cv gatsby gatsby-starter gatsbyjs journal netlify portfolio react resume
Last synced: 16 days ago
JSON representation
https://joeyimlay.dev
- Host: GitHub
- URL: https://github.com/dentednerd/hotaru
- Owner: dentednerd
- License: mit
- Created: 2017-06-25T19:21:27.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T17:31:48.000Z (about 1 year ago)
- Last Synced: 2025-03-28T12:21:15.186Z (about 1 month ago)
- Topics: blog, cv, gatsby, gatsby-starter, gatsbyjs, journal, netlify, portfolio, react, resume
- Language: JavaScript
- Homepage: https://joeyimlay.dev
- Size: 79.5 MB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Hotaru](https://joanneimlay.dev)
My professional site, built in [Gatsby](https://www.gatsbyjs.org/) and hosted on [Netlify](https:///www.netlify.com).
[](https://app.netlify.com/sites/joanneimlay/deploys)
## Prerequisites
- install Gatsby CLI: `npm install -g gatsby-cli`
## Installation
```sh
git clone https://github.com/dentednerd/hotaru.git
cd ./hotaru
yarn
```## Development
```sh
yarn dev
```In browser, navigate to [localhost:8000](http://localhost:8000).
## Deployment
```sh
git push
```Pushing to the master branch triggers a Netlify deployment.