https://github.com/lieberinstitute/bdportal
Brain data portal at LIBD. Not only brain data.
https://github.com/lieberinstitute/bdportal
Last synced: 4 months ago
JSON representation
Brain data portal at LIBD. Not only brain data.
- Host: GitHub
- URL: https://github.com/lieberinstitute/bdportal
- Owner: LieberInstitute
- Created: 2022-02-16T23:27:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-16T21:43:42.000Z (almost 2 years ago)
- Last Synced: 2025-01-28T16:45:44.284Z (over 1 year ago)
- Language: JavaScript
- Size: 2.47 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## preact with vite
``` bash
# 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
```