Update build instruction to Jekyll serve without the production base url.

This commit is contained in:
el00ruobuob 2018-12-05 09:53:43 +01:00
parent 2f986cb6fd
commit 19eb40d104

View File

@ -77,7 +77,7 @@ If for any reason you have questions or need to contact us, you can find us on t
Once you have the above list of things, it's typically a good idea to build the website from your local computer to make sure it works before you make any changes. To do this, complete the following steps:
1. Navigate to your local `monero-site` repository.
2. Serve the website: `bundle exec jekyll serve`
2. Serve the website: `bundle exec jekyll serve --baseurl ''`
3. Open a browser and go to [http://127.0.0.1:4000](http://127.0.0.1:4000).
4. If all went well, you should see the Monero website and you're ready to make changes.