https://github.com/markshust/sparta
https://github.com/markshust/sparta
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/markshust/sparta
- Owner: markshust
- Created: 2017-02-07T10:15:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-07T13:03:58.000Z (over 9 years ago)
- Last Synced: 2025-05-17T08:48:04.519Z (about 1 year ago)
- Language: PHP
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sparta
Get eCommerce done.
## Prerequisites
- Composer
## Setup
```
cp .env.dist .env
composer install
bin/setup
bin/start
```