This is a front-end client for the Boston College Libraries bento search. This project was bootstrapped with Vite.
Development
Prerequisites
Installing
git clone https://github.com/BCLibraries/bcbento-client.git
cd bcbento-client
yarn installScripts
In the project directory, you can run:
yarn dev
Runs the app in development mode. Open http://localhost:5173/ to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
yarn test
Launches the test runner in the interactive watch mode.
yarn build
Builds the app for production to the dist folder.
Deploying
Use the deploy-bento script in the Libraries' website repository to deploy to production.