Droplets is a web application that allows you to interact with the API of Puroto. This is the front-end of Puroto.
Track its progress toward for the closed alpha here.
We highly appreciate all kinds of contributions to Droplets. For learning more about contributing to Droplets in an open source matter, please see our contribution guidelines for more informations.
- Open a terminal and clone this repository using git.
git clone https://github.com/PurotoApp/Droplets.git
- cd into the repository folder and install the dependencies.
cd Droplets npm install
- Run the application.
npm run dev