Skip to content

Commit

Permalink
Update doc for sandbox and Github installs
Browse files Browse the repository at this point in the history
The preferred (AKA the only way that fully works) way to start the
sanbox is via `bin/dev`. Same thing when installing Solidus from
Github or the local filesystem.
  • Loading branch information
spaghetticode committed Feb 8, 2024
1 parent ccfaa23 commit 26ed5f7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,12 +307,17 @@ data already loaded.
bin/sandbox
```

* Start the server (`bin/rails` will forward any argument to the sandbox)
* You can start the Rails server and other services from either the Solidus folder or the
sandbox one by running the command:

```bash
bin/rails server
bin/dev
```

Please note: if you run `bin/rails server` or similar commands, only the Rails server will
start. This might cause the error `couldn't find file 'solidus_admin/tailwind.css'` when you
try to load admin pages.

### Tests

Solidus uses [RSpec](http://rspec.info) for tests. Refer to its documentation for
Expand Down

0 comments on commit 26ed5f7

Please sign in to comment.