krapie / codepair

Real-time markdown editor for interviews, meetings and more...

Home Page:https://codepair.yorkie.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodePair

Real-time markdown editor for interviews, meetings & more...

Screenshot

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 Envoy, 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 start

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:

About

Real-time markdown editor for interviews, meetings and more...

https://codepair.yorkie.dev

License:Apache License 2.0


Languages

Language:TypeScript 93.3%Language:HTML 3.4%Language:SCSS 2.9%Language:Shell 0.3%Language:JavaScript 0.1%Language:Dockerfile 0.1%