Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dennislo/dennislo.github.io

Personal homepage
https://github.com/dennislo/dennislo.github.io

gatsby homepage

Last synced: about 1 month ago
JSON representation

Personal homepage

Awesome Lists containing this project

README

        



Gatsby



Personal homepage: Who is DLO?

## πŸ’» Development

### Running locally
1. **Run server**

Navigate into your new site’s directory and start it up.

```shell
cd gatsby-site/
npm run develop
```

2. **Open the code and start customizing!**

Your site is now running at http://localhost:8000!

Edit `src/pages/index.tsx` to see your site update in real-time!

### Making changes
All edits to be committed to the `develop` branch. Creating features branches
is useful for larger changes.

## πŸš€ Deployment

### Deploying latest
**NOTE:** Do not commit directly to the `master` branch
as this is the production branch for github pages.

Run the following to deploy the latest changes to production:

```shell
git checkout develop
npm run deploy
```