https://github.com/elia/opal-solidus
https://github.com/elia/opal-solidus
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/elia/opal-solidus
- Owner: elia
- Created: 2023-05-19T01:03:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-19T10:52:29.000Z (about 3 years ago)
- Last Synced: 2024-12-28T03:52:52.268Z (over 1 year ago)
- Language: Ruby
- Size: 5.07 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup instructions
Adjust the ruby version in the Gemfile to match your local ruby version.
Then run the following commands:
```
bin/setup
bin/rails db:seed
bin/rails spree_sample:load
```
And finally start the server:
```
bin/rails s
open http://localhost:3000
```