Skip to content

A collection of preference editing tools for the Global Public Inclusive Infrastructure

Notifications You must be signed in to change notification settings

zamcnema/prefsEditors

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prefsEditors

GPII preferences editors, responsible for authoring user preference sets.

For more background about these tools, see

Installation

  • Create a directory where you want to check out the preferences editors.
  • Navigate to that directory.
  • Run the following command
git clone https://github.com/GPII/prefsEditors

Running the preferences editors

In the new subdirectory "prefsEditors" you will find this README.md file, a few other files and a few directories.

Go to the prefsEditors directory and install its dependencies

# navigate to the prefsEditors directory
cd prefsEditors

# install dependencies
npm install

# start the webserver
node start.js

Access the Preferences Management Tool (PMT) at: http://localhost:8888/demos/prefsEditor/index.html

Development

Dependencies

All other dependencies will be installed by running the following from the project root:

npm install

Linting

# Lint all json and js files
grunt

# Lint only js files
grunt jshint

# Lint only json files
grunt jsonlint

About

A collection of preference editing tools for the Global Public Inclusive Infrastructure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.6%
  • CSS 29.3%
  • HTML 4.1%