Skip to content
This repository was archived by the owner on Oct 4, 2023. It is now read-only.

Commit 2e93842

Browse files
authored
Add instructions to run the demo locally
1 parent 4069e83 commit 2e93842

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
This is the repo for the Solidus Demo Site.
44

5+
## Running locally
6+
7+
After cloning the repo, `cd` into the folder and run the following commands:
8+
9+
```
10+
bundle install
11+
yarn install
12+
rails db:create db:migrate db:seed
13+
```
14+
15+
The app runs at http://localhost:3000. The admin interface can be accessed at http://localhost:3000/admin/.
16+
517
## Authentication
618

719
Currently, every request is assumed to have come from an admin user. (see `lib/spree/core/controller_helpers/auth_decorator.rb` for more info)

0 commit comments

Comments
 (0)