Web application for visualizing raw and intermediate resources required to produce a final product.
Built with Vue and Vite. Package management performed with pnpm.
To run a local server, execute the following:
cd resource-planner
pnpm install
pnpm devThe web server can then be accessed at http://localhost:5173/.
The application can be built by running pnpm build, which will compile the project into dist/.
The repository will automatically run a script to deploy any changes to GitHub Pages on pushes to the main branch.