This is where the wallboard lives.
This project uses Grunt to automate build tasks.
- Install Node.js
- Install grunt-cli:
npm install -g grunt-cli
- Navigate to the project root directory
- Install dev dependencies:
npm install
- Run
grunt
to compile, orgrunt server
to start a live development environment.
- The backend lives in the backdoor/ directory.
- Database backups are in the backdoor/db-backups/ directory.
- Change the database connection file to your configurations here: con.php.
- Photo Slider uploads go into the
uploads/
directory (off root) which is not tracked on git. - User photo uploads go into the
uploads/people/
directory.