Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.74 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.74 KB

CircleCI

Falcon Starter Kit

The repository provides an easy way to spin up the whole infrastructure and install Falcon project with the default theme. It helps to begin developing your own projects based on Falcon faster.

Requirements:

How to start:

Clone the repository and run make install command in the root of the project. That's it. Simple. Cool. We know!

Access the project

URL Name
http://frontend.docker.localhost Frontend
http://admin.docker.localhost Backend

Command list

  • make install - installs the whole application locally, including the environment.
  • make up - spins up the development environment.
  • make stop - stops the development environment without deleting the Docker containers.
  • make down - stops the development environment AND deletes the Docker containers.
  • make restart - restarts the development environment.
  • make drush - runs drush inside of php container. Example of use: make drush cr.
  • make yarn - runs yarn inside of node.js container. Example of use: make yarn add lodash.
  • make logs - opens console debug mode for fronend application.
  • make exec - opens terminal inside of the given container. Example of use: make exec php.