This application is a tool that makes it easy to create and share visual commentary on observed gender diversity in any setting. Users submit information through a form which is then used to generate a visualization. That visualization can then be shared through email or social media.
To learn more about how to contribute please check out CONTRIBUTING.md.
This repository is currently in transition from JavaScript to TypeScript.
This means that, for now, it might not behave the way you expect. Any .js
files and any documentation that is not in the docs
directory is obsolete and only exists because it has not been converted yet to reflect the new code base.
To set up the development environment you will need yarn.
yarn install
You can run tests by running:
yarn test
You can start the service locally by running:
yarn dev
If you want to run in a production environment you should build it and serve from the compiled files with your server of choice:
yarn build