To install this project, follow these steps:
- Clone the repository.
- Run
npm install
to install dependencies.
To use this project, follow these steps:
- Run
npm start
to start the application. - Open your browser and navigate to
http://localhost:8000
.
## Install dependencies
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python demo/demo.py
Contributions are welcome! Please follow the guidelines outlined in the CONTRIBUTING.md file.
This project is licensed under the MIT License.