Skip to content

aaact-aatia/aaact-aatia.github.io

Repository files navigation

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).

Netlify Status

Getting Started

  1. Clone this Repository
git clone https://github.com/aaact-aatia/aaact-aatia.github.io .
  1. Install dependencies
npm install
  1. 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