Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

web-illinois/toolkit-builder

Repository files navigation

Web toolkit builder

The goal of this is to help test the web components and to serve as a training module for new users.

You can run the following commands to build the test site:

npm install
npm rebuild
npm run build-full

This will generate a static site under _site. You can use a live server tool to run this from your local machine.

Adding components

All of the components are driven through a .md file and a .json file in the /components folder. The json file is used to handle the technical requirements, and the md file is for free-form text. If you add both, the component should show up on both the menu and the individual file system for each environment.

Environment

This is being retooled and simplified so it builds a single environment instead of trying to contain all the information for all the environments. Therefore, you can now put in version-specific information like upgrades and depreciated components. The build process will take the release tag and create the environment for you, and also add this to the main page.

Deployment

There are three sites this deploys to:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published