Skip to content

Frontend dashboard of hackaTUM Exchange platform

License

Notifications You must be signed in to change notification settings

hackaTUM-2022/dashboard

Repository files navigation

hackaTUM Exchange Web Platform (Frontend)

Demo

hackaTUM Exchange Demo

Requirements

If you are an on Linux - You can install it using nvm

# 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 

How to use with farmproject (backend)

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.

Licensing