New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hahnbee-test

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hahnbee-test

  • 1.0.4
  • unpublished
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Mintlify Client

The client is essentially a frontend template used to host documentation. In production, when yarn prebuild is ran it fetches all the relevant assets (the config file, the content (mdx files), and static assets) and plugs them into the appropriate locations before building.

Your First Code Contribution

Prerequisites

  • Node v16.13.2 (npm v8.1.2)
  • Yarn

Dependencies

From a terminal, where you have cloned the repository, execute the following command to install the required dependencies:

yarn

Build

  • NAME=mintlify yarn prebuild - fetches the files for our documentation from GitHub.
  • yarn local - the local version of yarn prebuild (fetches the content from the local ../docs folder)
  • yarn local-to-docs - transfers the untracked files to the ../docs file (helpful for when you're working on content and you want to see changes live)
    • Both yarn local and yarn local-to-docs take in a filepath as a parameter for when you want to transfer files to a directory that isn't ../docs. For example, let's say I'm working on a migration for a client, then I can run yarn local ../../clients/vital/docs to get the files from that folder.

Watch

yarn dev

Formatting

This project uses prettier for code formatting. You can run prettier across the code by calling yarn run format from a terminal.

To format the code as you make changes you can install the Prettier - Code formatter extension.

Add the following to your User Settings to run prettier:

"editor.formatOnSave": true,

Keywords

FAQs

Package last updated on 07 Aug 2022

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc