Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 999 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 999 Bytes

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