https://github.com/mishamyrt/code-cross-review
👍 List that says who is reviewing who today.
https://github.com/mishamyrt/code-cross-review
codereview github-actions svelte
Last synced: 3 months ago
JSON representation
👍 List that says who is reviewing who today.
- Host: GitHub
- URL: https://github.com/mishamyrt/code-cross-review
- Owner: mishamyrt
- License: mit
- Created: 2020-11-04T16:32:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-10T03:12:54.000Z (over 2 years ago)
- Last Synced: 2025-07-29T20:29:14.539Z (7 months ago)
- Topics: codereview, github-actions, svelte
- Language: Svelte
- Homepage: https://mishamyrt.github.io/code-cross-review/
- Size: 902 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Code cross-review

[](https://github.com/mishamyrt/code-cross-review/actions/workflows/qa.yaml) [](https://github.com/mishamyrt/code-cross-review/actions/workflows/deploy.yaml)
The application is automated with GitHub Actions, so it's easy to deploy a copy for the team.
## How to make one for yourself?
Create a copy and publish it in three steps. After them, the page will be available at the link
### 1. Fork
Click the "Fork" button at the top of the GitHub interface and follow the instructions.
Already after this step you can see the list at the URL:
```
https://.github.io/code-cross-review/
```
### 2. Personalize
Open the [pull-team](./scripts/pull-team.js#L8) script in your code editor and change the username to your GitHub username.
### 3. Customize team list
1. Click "Wiki" at the top of your repository on GitHub.
2. Click "Team" in the sidebar.
3. Click "Edit" at the top.
One name per line, adhering to markdown syntax.
## Developing
Once installed dependencies with `npm install`, start a development server:
```bash
npm start
# or start the server and open the app in a new browser tab
npm start -- --open
```
## Building
```bash
npm run build
```
## License
[MIT](./LICENSE).