- Clone this repository.
- Run 'composer install' in the document root.
- Copy web/sites/default/default.settings.local.php into web/sites/default/settings.local.php.
- Open web/sites/default/settings.local.php and adjust it to your local environment needs.
- Configure your web server so it points to the web directory.
- Open the site in a web browser and go to core/install.php.
- Select Config Installer as the installation profile.
- At the config import step, find and select the configuration file at config/config.tar.gz.
- Once the installation completes, you should see the landing page as the homepage.
- Go to web/themes/dcamp_base_theme
- Run 'npm install' (you might need to install node/npm first)
- Install LiveReload for chrome (https://chrome.google.com/webstore/detail/livereload/jnihajbhpnppcggbcgedagnkighmdlei?hl=en)
- Run 'gulp' in the terminal
- Activate LiveReload in chrome
- Happy styling!