Skip to content
This repository was archived by the owner on Sep 25, 2022. It is now read-only.

PurotoApp/Droplets

Readme logo

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.

Contributing

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.

Building Droplets locally

Prerequisites

  • Latest version of Node.js
  • Latest version of git
  • Latest version of npm

Compiling

  1. Open a terminal and clone this repository using git.
    git clone https://github.com/PurotoApp/Droplets.git
    
  2. cd into the repository folder and install the dependencies.
    cd Droplets
    npm install
    
  3. Run the application.
    npm run dev
    

Made and maintained with ❤ by PurotoApp and its community.
Copyright (c) 2022 PurotoApp under the GPLv3 license.