Skip to content

bbpbuildbot/bsp-usecase-wizard

 
 

Repository files navigation

Get started

Install the dependencies...

npm install

...then start Rollup:

npm run dev

Navigate to localhost:5005.

Building and running in production mode

To create an optimised version of the app:

npm run build

Deploying to the web

For each push to the repo, a Github Action will be launched:

.github/workflows/gh-pages.yml

It will deploy the app in gh-pages

  • If the commit is from Main branch (production page) link
  • If the commit is from any other branch (devevelopment page) link

This wizard will be embeded into Cellular Level Simulation page

Funding & Acknowledgment

  • This project/research was supported by funding to the Blue Brain Project, a research center of the École polytechnique fédérale de Lausanne (EPFL), from the Swiss government’s ETH Board of the Swiss Federal Institutes of Technology.
  • This project/research has received funding from the European Union’s Horizon 2020 Framework Programme for Research and Innovation under the Specific Grant Agreement No. 945539 (Human Brain Project SGA3).

Copyright (c) 2021 Blue Brain Project/EPFL

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 42.0%
  • TypeScript 36.9%
  • JavaScript 13.1%
  • CSS 3.7%
  • HTML 2.8%
  • Shell 0.8%
  • Other 0.7%