This repository contains the source files for Co-designing Accessibility in Action.
- Install the required NPM packages:
npm install
- Run Eleventy in development mode:
npm start
.
The website will be available at http://localhost:8080.
You can build and serve the website from a Docker container.
Once you have Docker installed, run the following commands to build a Docker image and start a container:
- Build the image:
docker build -t co-design .
- Run the container:
docker run --name co-design -p 8000:80 co-design
The website will be available at http://localhost:8000
If you make changes to the website, repeat the steps to build the image and start a new container.
- Install the required NPM packages:
npm install
- Run the build script:
npm run build
- Upload the contents of the
./dist/
directory to the web root of your server.
If you make changes to the website, repeat step 2 to build the website and upload any changed files from the ./dist/
directory to the web root of your server.
- Integrated UI Options Preferences Editor.
- Basic static site configuration for developing project websites and blogs.
Modifications can be made to any source file or directory except for the contents of the ./dist/
directory. The
./dist/
directory is not versioned since it contains the built website that Eleventy generates from the source files,
and files in dist
are overwritten at build time.
This website's source code is available under the New BSD License.
Trivet is based on other publicly available software, categorized by license: