# nvm install
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.3/install.sh | bash
# choose your version and replace it
$ nvm install <version>
# Install node
$ nvm install node
# Setup - usning npm and node with sudo
$ n=$(which node)
$ n=${n%/bin/node}
$ chmod -R 755 $n/bin/*
$ sudo cp -r $n/{bin,lib,share} /usr/local
Within the download you'll find the following directories and files:
# Clone this repository
$ cd https://github.com/hackaTUM-2022/dashboard.git
# Install required node dependencies
$ npm install
# Start the development server locally
$ npm start
Note: This is a project made using React and requires Node and npm for working properly.
- Copyright 2022 hackaTUM Exchange team (Final product)
- Copyright 2022 Creative Tim (React template)
- Licensed under MIT