Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/lydiahallie/codebuddy
- Owner: lydiahallie
- Created: 2018-08-26T13:07:32.000Z (over 6 years ago)
- Default Branch: dev
- Last Pushed: 2019-03-14T19:24:17.000Z (almost 6 years ago)
- Last Synced: 2024-12-16T07:47:06.191Z (9 days ago)
- Language: JavaScript
- Homepage:
- Size: 13.9 MB
- Stars: 40
- Watchers: 16
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
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)