Skip to content
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.

nfqakademija/mad

Repository files navigation

.NFQ Academy 2017 spring


Requirements

How to start project?

  1. Download this folder to project directory
  2. Create .env file and copy text from .env.dist
  3. Run these commands in terminal:
docker-compose up -d
docker-compose exec fpm composer install --prefer-dist -n
docker-compose run npm npm install
docker-compose run npm gulp
  1. Go to http://127.0.0.1:8000 and you should see index page

Contributors