Skip to content
/ open-sdg Public
forked from open-sdg/open-sdg

A platform for collecting and disseminating data for the Sustainable Development Goal global indicators.

License

Notifications You must be signed in to change notification settings

Govej/open-sdg

 
 

Repository files navigation

Open SDG

This is a platform for collecting and disseminating data for the Sustainable Development Goal global indicators.

Documentation

Complete documentation can be found here.

Development

To see the platform while developing (requires Ruby and Python):

make serve

To run the tests (also requires Node.js):

make test

To run particular tests:

# Test for broken links, images, and other HTML issues.
make test.html
# Test for broken functionality.
make test.features
# Test for accessibility problems.
make test.accessibility

To clean up (remove temporary files and stop the web server) after tests:

make clean

About

A platform for collecting and disseminating data for the Sustainable Development Goal global indicators.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 46.4%
  • HTML 26.3%
  • SCSS 18.5%
  • Gherkin 7.9%
  • Makefile 0.5%
  • Ruby 0.2%
  • Other 0.2%