The repository for the source code for Scanning Bee.
To run the source code, follow the steps below:
- Make sure you have
docker,node.jsandyarninstalled on your system. - Clone the repository by running
git clone https://github.com/Scanning-Bee/Scanning-Bee.gitin your terminal. - Enter the root directory of the repository by running
cd Scanning-Beein your terminal. - Run the
install.shscript to install the required packages for the frontend
Once you have completed the steps above without any errors, you can run the frontend by running the script named scanning-bee.sh in the root directory of the repository.
You can report the issues you encounter in the project by creating an issue on the Issues page.