Skip to content

systemseed/falcon-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Starter Kit for open source distribution made for Charities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published