A repository for the student group VOID Tech at the University of Michigan to work on their app MThrift.
First, clone the repository:
$ git clone https://github.com/void-tech-um/mthrift.git # HTTPS
$ git clone git@github.com:void-tech-um/mthrift.git # SSHThen, cd into the directory and install the dependencies:
$ cd mthrift
$ npm ciFinally, run the app:
$ npm start