···4343```
4444bundle exec jekyll serve
4545```
4646+4747+You should see something like:
4848+4949+```
5050+Configuration file: /octocat/personal-website/_config.yml
5151+ Source: /octocat/personal-website
5252+ Destination: /octocat/_site
5353+ Incremental build: disabled. Enable with --incremental
5454+ Generating...
5555+ GitHub Metadata: No GitHub API authentication could be found. Some fields may be missing or have incorrect data.
5656+ done in 14.729 seconds.
5757+ Auto-regeneration: enabled for '/octocat/personal-website'
5858+ Server address: http://127.0.0.1:4000
5959+ Server running... press ctrl-c to stop.
6060+```
6161+6262+Don't worry about the "No GitHub API authentication could be found" message. [API authentication is only necessary](https://github.com/jekyll/github-metadata/blob/master/docs/authentication.md) if you intend to display more detailed metadata, like a branch name.
6363+46646. Now browse to [http://localhost:4000](http://localhost:4000)
47654866### Publish