It is the frontend for Singulariti Web Application.
Ensure you have the following installed on your system:
- Node.js (>= 20.x)
- npm
git clone https://github.com/Singulariti-Labs/Web-App.git
cd Web-App
npm i
copy .env.example and paste inside .env and add your keys
cp .env.example .env
npm run build
npm run dev