Skip to content

derrydchen/brainverse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brainverse

For Developers

Requirements

  • Node.js (which comes with npm) installed on your computer
  • Git

To Begin

# Clone this repository
git clone https://github.com/ReproNim/brainverse.git
# Go into the repository
cd brainverse

# Install devDependencies and dependencies listed in the package.json - electron, bootstrap and jQuery
npm install

# Run the app
npm start

To Use as Web app

  • Type 'localhost:3000/' in your browser
  • To access any html page in eapp/public/html in your browser, type 'localhost:3000/HTMLFileName.html'
  • The REST API for the app is in the eapp/routes directory

For OSX User

Learning Resources

About

Electronic Lab Notebook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.2%
  • HTML 34.0%
  • CSS 0.8%