Accessibility, Accommodation and Adaptive Computer Technology (AAACT) / Accessibilité, adaptation et technologie informatique adaptée (AATIA)
The Accessibility, Accommodation and Adaptive Computer Technology (AAACT) website using the Eleventy site generator (using the v2.0 release).
- Clone this Repository
git clone https://github.com/aaact-aatia/aaact-aatia.github.io .
- Install dependencies
npm install
- Run Eleventy
Generate a production-ready build to the _site
folder:
npm run build
Or build and host on a local development server:
npm run start