flowsta / open-sdg

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

Home Page:https://open-sdg.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://open-sdg.org

License:MIT License


Languages

Language:JavaScript 40.9%Language:HTML 30.6%Language:SCSS 20.0%Language:Gherkin 7.6%Language:Makefile 0.7%Language:Ruby 0.3%Language:Python 0.0%