Lion Review is our tool for conducting structured source and test code reviews, enabling use cases such as crowdsourcing.
- server folder: Contains all backend files.
- client folder: Contains all frontend files.
To run this application, follow these steps:
- Clone the repository:
git clone https://github.com/ArashAmiry/LionReview.git
- Install frontend dependencies:
cd src/server npm install - Install backend dependencies:
cd ../server npm install - Start the application:
cd .. npm run dev