GithubHelp home page GithubHelp logo

bosurgi / dev3-toolkit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dev3-extensions/toolkit

0.0 0.0 0.0 405 KB

Home Page: https://dev3-toolkit.vercel.app

JavaScript 1.04% TypeScript 97.99% CSS 0.21% HTML 0.76%

dev3-toolkit's Introduction

Dev3 Toolkit

Dev3 Toolkit is a simple Chrome extension that contains four components targeted at power users and developers.

Getting Started

Prerequisites

You will need the following to run this project:

  • Node.js

    Install Node.js from here, using your preferred package manager (Choco, Scoop, brew, etc) or using the following commands:

    # On Windows
    winget install OpenJS.NodeJS # or scoop install nodejs
    
    # On Linux (Ubuntu)
    curl -fsSL https://deb.nodesource.com/setup_19.x | sudo -E bash - &&\
    sudo apt-get install -y nodejs

Installation

  1. Clone the repo

  2. Copy .env.example to .env and update the VITE_MASTER_KEY value

    cp .env.example .env

    Use a random 32-character string for better security. You can generate one securely using the following command:

    openssl rand -base64 24

    Example key:

    VITE_MASTER_KEY="xcQ+U#LIDUS^kY&8BZPCKFV+Sy^xSX7A"
  3. Install NPM packages

    npm install
  4. (Optional) Run the development server

    npm run dev
  5. Build the extension

     npm run build
  6. Load the extension in Chrome (or any Chromium-based browser)

    1. Open the Extension Management page by navigating to chrome://extensions.
    2. Enable Developer Mode by clicking the toggle switch next to Developer mode.
    3. Click the LOAD UNPACKED button and select the dist directory.
  7. Profit! ๐ŸŽ‰

Documentation

Run the following commands to generate the full documentation based on JSDoc comments in the code.

  1. Install TypeDoc
   npm install --save-dev typedoc
  1. Generate the documentation with the following command
   npm run docs
  1. The documentation can be found in docs/index.html

Recommended VS Code Extensions for Development

dev3-toolkit's People

Contributors

aryanprince avatar bosurgi avatar

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.