Skip to content

maneesht/HoloGit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Holo Git Build Status

Setup

Server

The server-side uses yarn

Yarn utilizes npm. Yarn is the new standard; it caches and generally installs dependencies faster than plain npm.

To Install:

  1. Install Nodejs
  2. git clone https://github.com/ABostock/HoloGit
  3. cd server
  4. npm install -g yarn # if already installed, skip this step
  5. yarn install
  6. yarn start

Adding a node dependency

yarn add <package-name>

Removing dependency

yarn remove <package-name>

Running tests

yarn test

About

CS 307 Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors