Resources to Help Voters in City of Denton Elections
Help Dentonites...
If you would like to contribute, fork and clone this repository to your machine then initiate the submodules by running the following commands:
$ git submodule init
$ git submodule update
You will need to setup a local database and create a virtual host to point at the website
directory. It's suggested to use the domain local.votedenton.org
.
First, start by copying the local-config-sample.php
file in the website directory
and pasting it without the -sample
in the same directory.
Change the database credentials in local-config.php
to point to your local database.
Install WordPress by visiting the local website.
Configure WordPress after installation:
Make all style changes in the style.less
file which will compile to CSS on each page load if the file has changed.