We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fed9f08 commit d1fd248Copy full SHA for d1fd248
README.md
@@ -8,8 +8,8 @@ https://www.flashcarts.net
8
### Building the site locally
9
10
1. Install [Ruby 3.x](https://www.ruby-lang.org/) for your machine
11
-1. Run `bundle install` to install dependencies
12
1. Run `bundle config set --local path vendor/bundle` to ensure that dependency versions do not clash with other ruby projects
+1. Run `bundle install` to install dependencies
13
1. Run `bundle exec jekyll serve`
14
- This will build the site to `_site`, and host a simple web server at `127.0.0.1:4000`
15
0 commit comments