Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiwelo/citizenkey
CitizenKey is a political campaign online manager project
https://github.com/hiwelo/citizenkey
campaign-manager campaigns election-polling politics
Last synced: 1 day ago
JSON representation
CitizenKey is a political campaign online manager project
- Host: GitHub
- URL: https://github.com/hiwelo/citizenkey
- Owner: hiwelo
- License: mpl-2.0
- Created: 2017-02-15T19:33:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T23:17:01.000Z (over 7 years ago)
- Last Synced: 2024-10-27T16:40:06.698Z (about 2 months ago)
- Topics: campaign-manager, campaigns, election-polling, politics
- Language: PHP
- Homepage:
- Size: 250 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CitizenKey Web project
CitizenKey is a new generation CRM-like platform for activists
and non-governmental organizations.This repository contains all scripts used by the CitizenKey web project.
This web application contains:
- the web application (`/src/CitizenKey/WebBundle/*`) ;
- the web stylesheets (`/web-assets/*`) ;
- the core used by the web application and the mobile application.## Installation
To install this project, you have to clone the repository and run in the
cloned directory:1. `composer install` to install all project requirements.
2. `npm install` to install all template requirements.
3. `gulp` to generate the stylesheets used by this project.