mjuez / Atlas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atlas

Authors

How to

  • install Node and npm
  • Clone the repository
  • run npm install
  • run npm run start for starting the application
  • run npm run dist to build and create the installable
  • add a .gitignore file to avoid git to add the node_modules and app/node_modules, app/src/node_modules should instead be excluded from the gitignore, e.g.
    • .gitignore: node_modules !/app/src/node_modules

Founding

This application is been developed by the Computational Intelligence Group (UPM) with the help of the Laboratorio Cajal de Circuitos Corticales (UPM/CSIC) with the economic support of the Spanish Ministerio de EconomĂ­a y Competitividad through the Cajal Blue Brain Project( Spanish partner of the Blue Brain Project initiative from EPFL) and of the European Union through the Human Brain Project.

License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

About


Languages

Language:JavaScript 41.2%Language:Java 33.5%Language:CSS 24.4%Language:Python 0.5%Language:HTML 0.4%