Giter Club home page Giter Club logo

rawrr's Introduction

drawing


To install the packages that will allow you to modify RAWRR or, in the other case, to build the executable, please follow these steps:

  1. Select the base directory in which you want to download RAWRR.

    # Modify the working directory
    cd path/to/working/directory

Optional
If you need to create the directory you can easily run mkdir path/to/working/directory


  1. Clone our RAWRR repository.

    # Cloning base repository
    git clone https://github.com/ConexoLA/RAWRR.git
  2. Install dependencies

Depending on the usage you want to give to RAWRR, you may modify the code using the hot-reload functionality or generate the executable by building the project.

In both cases, you must install all the packages available in package.json.

# install packages from package.json
npm install

npm install image

Fixing vulnerabilites

Sometimes, security vulnerabilities are found and updates are available. Below, we show an example:

npm install fix image

In most cases, we encourage the user to run the comman npm audit fix

The usual output of this command is as follows:

fixed X of Y vulnerabilities in Z scanned packages
Y-X vulnerabilities required manual review and could not be updated

Where:

  1. X is the number of vulnerabilties solved.
  2. Y was the total number of vulnerabilities to be solved.
  3. Z is the number of packages that were scanned
  4. Y-X is the number of vulnerabilities that should be solved manually.

Information
At this point you could:

  1. Modify RAWRR in the case you want to add new functionalities or extend RAWRR. Once you finish your changes, go to step 2.
  2. Generate the executable of RAWRR.

Modify RAWRR using electron

If you want to modify RAWRR using the hot reaload option from electron, you can use the following command:

npm run electron:serve

This command, will start a development server to test your application (as you can see in the image below).

Serve image

After the server is launched, you will realize the application is being tested in development mode because the usual tools for developers are activated:

Dev mode image

Create the RAWRR executable

If you want to generate the executable of RAWRR, use the following command:

npm run electron:build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Feedback

You can submit your feedback via email at [email protected].

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.