Skip to content

USEPA/emanifest-workflow

Repository files navigation

e-Manifest Workflow

This application demonstrates the electronic manifest workflow, showing what information is required at various points in the workflow.

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/

Buidling and Previewing

npm run build
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

Languages