CodeBuddy
CodeBuddy copied to clipboard
:construction: WIP - Connect with developers and find projects :dancers:
Installation
$ git clone [email protected]: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.