Skip to content

LieberInstitute/bdportal

Repository files navigation

preact with vite

# install dependencies
npm install

#### development: serve with hot reload at localhost:8080
npm run dev
#### ---------------------

### build for production with minification
# deploy under /bdportal
npm run build-based
# deploy under /dev/bdportal
npm run build-based
# deploy under /devel/bdportal
npm run build-based

# test the production build locally
npm run preview