Skip to content

TidyBee/tidybee-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TidyBee Front-End

The tidybee-front project represents the front-end component of the TidyBee tool. TidyBee is designed as a solution for analyzing shared spaces, providing visibility into dysfunctions within an organization. The tool allows users to define custom criteria for evaluating these shared spaces. Using a rating system based on these criteria, end-users can make changes to files to create a perfect harmony.

TidyBee is divided into three sub-projects: tidybee-backend, tidybee-front, and tidybee-hub.

Installation and Usage

To install and use tidybee-front, follow these simple steps:

  1. Ensure you have Node.js installed on your system.

  2. Clone this GitHub repository to your machine using the following command:

    git clone https://github.com/your-user/tidybee-front.git
    
  3. Navigate to the project directory:

    cd tidybee-front
    
  4. Install dependencies using Yarn. If you haven't already installed it, you can do so by following the instructions here.

    yarn install
    
  5. Once the dependencies are successfully installed, start the application in development mode with the command:

    yarn serve
    
  6. Open your web browser and access the application at http://localhost:8080.

This is where you can use the tidybee-front interface to interact with the tool and enjoy its features.

Thank you for your interest in tidybee-front!

Installer

If you wish to build the installer from the source code, follow the installation steps and then do the following :

  1. Build the distribution version of the front-end

    yarn run build
    
  2. Build the installer with electron

    yarn run electron:build
    
  3. Launch the setup.exe from the build folder and open the newly installed application

Contributing

Please refer to the CONTRIBUTING.md document for any participation in the project.