Co-authored-by: Matt Wang <matt@matthewwang.me>
This commit is contained in:
Nathan Jessen 2022-03-09 11:35:42 -07:00 committed by GitHub
parent e513fd6fdb
commit 9fe92419da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ remote_theme: just-the-docs/just-the-docs
$ bundle exec just-the-docs rake search:init
```
3. Run you local Jekyll server
3. Run your local Jekyll server
```bash
$ jekyll serve
```
@ -62,6 +62,7 @@ remote_theme: just-the-docs/just-the-docs
$ bundle exec jekyll serve
```
4. Point your web browser to [http://localhost:4000](http://localhost:4000)
If you're hosting your site on GitHub Pages, [set up GitHub Pages and Jekyll locally](https://help.github.com/en/articles/setting-up-your-github-pages-site-locally-with-jekyll) so that you can more easily work in your development environment.