Main application on Vue with Nuxt (SSR).
Please read the CHANGELOG for details.
- Docker >= 17.09
- Docker Compose >= 1.17
Clone the repository:
git clone [email protected]:sportshop/sportshop.git
Create environment file and fill values:
cp .env.example .env
Create a network for docker services:
docker network create sportshop
Create a volume for docker database service:
docker volume create --name=sportshop_db_data
Run all the docker services:
docker-compose up -d
Open http://localhost:8081
Build the application (compile the scripts, styles, assets):
npm run build
TODO