https://github.com/hackerwins/codepair-old
Real-time markdown editor for interviews, meetings and more...
https://github.com/hackerwins/codepair-old
crdt hacktoberfest yorkie yorkie-js-sdk
Last synced: 6 months ago
JSON representation
Real-time markdown editor for interviews, meetings and more...
- Host: GitHub
- URL: https://github.com/hackerwins/codepair-old
- Owner: hackerwins
- License: apache-2.0
- Created: 2020-07-15T00:45:43.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T09:30:36.000Z (10 months ago)
- Last Synced: 2025-03-29T08:09:41.231Z (6 months ago)
- Topics: crdt, hacktoberfest, yorkie, yorkie-js-sdk
- Language: TypeScript
- Homepage: https://codepair-old.yorkie.dev
- Size: 154 MB
- Stars: 90
- Watchers: 8
- Forks: 27
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# CodePair
Real-time markdown editor for interviews, meetings & more...

## Developing CodePair
For building CodePair, You'll first need Node.js installed(Node.js version 16+ and npm version 7.10+ are required).CodePair requires local applications such as Yorkie and MongoDB. To start them:
```
docker-compose -f docker/docker-compose.yml up --build -d
```Next, Let's starts CodePair in the development mode.
```
npm install
npm run dev
```## Deploying
When PR is merged into main, it is automatically distributed by GitHub Actions.
### Layout
CodePair is deployed to AWS and the configuration is shown below. This repository is used to distribute static pages.
```
[Route53]
ㄴ codepair.yorkie.dev - [gh-pages] # for serving static pages
ㄴ api.yorkie.dev - [EKS] # for serving API
```## Contributors ✨
Thanks goes to these incredible people: