Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

PurotoApp/Berry

Readme logo

CodeQL linting

Discord Twitter

Berry is a progressive web application that allows you to interact with cascade, the PurotoApp API. This is the front-end of Puroto.

Contributing

We highly appreciate all kinds of contributions to Berry. For learning more about contributing to berry in an open source matter, please see our contribution guidelines for more informations.

Building berry 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/Berry.git
    
  2. cd into the repository folder and install the dependencies.
    cd Berry
    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.