The website for Tallgrass Community Church in Manhattan, Kansas.
Update: Tallgrass Church is now Mosaic Church. This repository will be archived as we transition to our new website.
In addition to the Drupal 8 system requirements, this project requires Composer for installation.
To install Drupal, run the install command from the project directory:
composer install
From the project directory, run the update command:
composer update
Commit any changes to the repository (including the composer.lock
file).
Note: When updating Drupal, the update command should be run locally, tested, then deployed to the server. Once the changes are deployed, the composer install
command can be run on the server in order to update the installation. Running the the composer update
command directly on the server may cause excessive resource usage.
For theme development, you must have Node Version Manager (nvm) installed in order to build the static files.
Navigate to the web/themes/custom/tallgrasschurch
directory, and run the nvm use
command to switch to the project version of Node.js (installing Node.js if needed). Install the npm requirements with the npm install
command.
Note: Edit Sass and JavaScript files from the src
directory. Files in the css
and js
directories will be overwritten on build.
Builds the static files and watches for changes.
Builds the static files.