Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 397 Bytes

README.md

File metadata and controls

25 lines (24 loc) · 397 Bytes

Installation

$ git clone git@github.com:lydiahallie/CodeBuddy.git
$ cd CodeBuddy
$ yarn

Run client:

$ cd client 
$ yarn
$ cd ..
$ yarn client

Run server:

$ cd server
$ yarn
$ cd ..
$ ts-node -O '{"module":"commonjs"}' server

Branches

Whenever you open a PR, please use the dev branch as the base branch.

First draft version

demo