Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lydiahallie/codebuddy

:construction: WIP - Connect with developers and find projects :dancers:
https://github.com/lydiahallie/codebuddy

Last synced: 3 days ago
JSON representation

:construction: WIP - Connect with developers and find projects :dancers:

Awesome Lists containing this project

README

        

### Installation
```sh
$ git clone [email protected]:lydiahallie/CodeBuddy.git
$ cd CodeBuddy
$ yarn
```
Run client:
```sh
$ cd client
$ yarn
$ cd ..
$ yarn client
```
Run server:
```sh
$ 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](preview1.gif)