The accessibility monitoring platform is to support the accessibility auditing process in GDS.
The audit is to review if our data is meeting our requirements.
- Docker
- Python 3.9
- PostgreSQL
To set up your local sandbox, follow the instructions below.
- Create a virtual environment
- Activate the virtual environment
- Copy .env.example as .env
- Fill in AWS_ACCESS_KEY_ID_S3_STORE and AWS_SECRET_ACCESS_KEY_S3_STORE in .env
- Run
make init
For example:
python3 -m venv venv
source venv/bin/activate
cp .env.example .env
nano .env
make init
- Launch jupyter notebook with
jupyter notebook - Navigate to the notebooks folder