Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
christianvuerings committed May 1, 2023
1 parent a29affd commit 7a8a339
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Christian Vuerings - personal blog

Source code for [http://christianvuerings.com](http://christianvuerings.com).
Forked from [gatsby-starter-blog](https://github.com/gatsbyjs/gatsby-starter-blog).
Built with [Next.js](https://nextjs.org/)

## Quick start

### Develop locally

- `npm install`
- `npm run dev`
- Go to [http://localhost:8000/](http://localhost:8000/)
- Go to [http://localhost:3000/](http://localhost:3000/)

### Deploy

- `npm run deploy`
- Push to `main` branch. Vercel will automatically deploy.

0 comments on commit 7a8a339

Please sign in to comment.