Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

BlueBrain/core-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warning

The Blue Brain Project concluded in December 2024, so development has ceased under the BlueBrain GitHub organization. Future development will take place at: https://github.com/openbraininstitute/core-web-app

Blue Brain Open Platform

This is the repository for the Blue Brain Open Platform's core web application.

Table of contents

Installation

npm install
# or
yarn install

Development

To spin-up a local development server, run the following terminal command.

npm run dev
# or
yarn dev

This will start a local server, which can be accessed at the following port: http://localhost:3000

Testing

npm run test
# or
yarn test

Additional Resources

Next.js

This application is based-on the Next.js web framework. To learn more about Next.js, the following resources are recommended:

Contribution Guidelines

Here

Acknowledgment

The development of this software 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.

Copyright (c) 2024 Blue Brain Project/EPFL

Releases

No releases published

Packages

No packages published

Contributors 17