An open API service indexing awesome lists of open source software.

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.

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

```