Git Product home page Git Product logo

vinayakkumargupta / guide.inclusivedesign.ca Goto Github PK

View Code? Open in Web Editor NEW

This project forked from inclusive-design/guide.inclusivedesign.ca

0.0 0.0 0.0 32.24 MB

The source files for content for the Inclusive Design Guide.

Home Page: http://guide.inclusivedesign.ca

License: BSD 3-Clause "New" or "Revised" License

JavaScript 2.85% HTML 78.77% Dockerfile 0.10% Stylus 14.20% Nunjucks 4.08%

guide.inclusivedesign.ca's Introduction

Inclusive Learning Design Handbook

Netlify Status

This project contains the content needed to build and deploy a copy of the Inclusive Design Guide.

Usage

To run locally in development mode

  1. Install the required NPM packages: npm install
  2. Run Eleventy in development mode: npm start.

The website will be available at http://localhost:8080.

To build and serve using Docker

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 guide .
  • Run the container: docker run --name guide -p 8000:80 guide

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.

To build for deployment to a personal web server

  1. Install the required NPM packages: npm install
  2. Run the build script: npm run build
  3. 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.

License Information

The Inclusive Design Guide's code is licensed under the BSD 3-Clause license.

The Inclusive Design Guide's content is licensed under the Creative Commons Attribution 3.0 license.

guide.inclusivedesign.ca's People

Contributors

jhung avatar dayotte avatar waharnum avatar gtirloni avatar bliz-ward avatar jobara avatar greatislander avatar michelled avatar acheetham avatar avtar avatar carenwatkins avatar vinayakkumargupta avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.