The application is automated with GitHub Actions, so it's easy to deploy a copy for the team.
Create a copy and publish it in three steps. After them, the page will be available at the link
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://<your_username>.github.io/code-cross-review/
Open the pull-team script in your code editor and change the username to your GitHub username.
One name per line, adhering to markdown syntax.
Once installed dependencies with npm install
, start a development server:
npm start
# or start the server and open the app in a new browser tab
npm start -- --open
npm run build
MIT.