Skip to content

USEPA/emanifest-workflow

Repository files navigation

e-Manifest Workflow

This application provides documentation and interactive tools to assist with implementing the electronic workflow for the EPA Uniform Hazardous Waste Manifest.

Requirements

NodeJS Download

Installation

npm install

Running the Project Locally

npm run dev

The application will be available in your browser at http://localhost:3000/

Linting

npm run lint

Buidling and Previewing

To initiate a build, run:

npm run build

After the build is complete, run:

npm run preview

The application will be available in your browser at the default Vite port http://localhost:4173

Deploying to GitHub Pages

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

Contributors

Languages