This application provides documentation and interactive tools to assist with implementing the electronic workflow for the EPA Uniform Hazardous Waste Manifest.
NodeJS Download
npm installnpm run devThe application will be available in your browser at http://localhost:3000/
npm run lintTo initiate a build, run:
npm run buildAfter the build is complete, run:
npm run previewThe application will be available in your browser at the default Vite port http://localhost:4173
The project uses a package to deploy to GitHub pages (gh-pages). Run the below to both build and deploy to GitHub pages
npm run deploy