The web client for registering as a code reviewer on tasuke.
The latest commit is always visible on https://alpha.tasuke.dev.
This project is a standard web frontend project, so the only hard requirement is NodeJS. We use pnpm for package management which must be available. It is generally recommended to use corepack for it.
Then, install dependencies and run the dev server by executing the following in this folder. The dev server defaults to accessing the alpha API server and should be all that is needed for frontend development.
pnpm install
pnpm run dev
VSCode users should open the repository itself as a workspace using File > Open workspace from file
. If you install
all recommended extensions, formatters and linters will be set up for easy development. You will also find a launch
configuration for running the Frontend Client.