Skip to content

harvard-lil/Chronolawgic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chronolawgic

A legal timeline tool

Open two shell tabs, one for client, one for server. In client tab:

$ cd client
$ npm install
$ npm run

In server tab

$ cd server
$ npm install
$ npm run