model-citizen hasn't been updated to align with the latest version of citizen and doesn't serve as a valid reference or example of a citizen application. Do not use until updated.
Original readme:
This is a responsive web site template built with citizen, including a basic Gulp and Sass build. Feel free to overengineer and overcomplicate as your ego and/or manager requires.
Download the ZIP file, extract its contents to your site's directory, then:
cd /path/to/yoursite
npm install
node app/start.js
See the citizen documentation for details on how to configure and use citizen.
- Gulp 4.x
- Sass
This template uses an inline configuration for simplicity, but a configuration file is a more robust way to manage citizen across different environments.
The included .gitignore excludes app/config/* to prevent potentially sensitive configuration options (database credentials, for example) being committed to a public repository.