Socket
Socket
Sign inDemoInstall

youhi

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    youhi

Plotly dash React component UI library boilerplate


Maintainers
1

Readme

youhi

Project Description

Install

pip install youhi

Development

Getting Started

  1. Create a new python environment:

    python -m venv venv
    . venv/bin/activate
    

    Note: venv\Scripts\activate for windows

  2. Install python dependencies:

    pip install -r requirements.txt
    
  3. Install npm packages:

    1. Optional: use nvm to manage node version:
      nvm install
      nvm use
      
    2. Install:
      npm install
      
  4. Build:

    npm run build
    

Component Code

Publish

If publish on npm:

npm build
npm publish

Justfile

Alternatively, use the provided just commands:

  1. Create a Python environment from previous step 1 and install:
    just install
    
  2. Build
    just build
    
  3. Publish
    just publish
    
  4. See all commands with just -l

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc