New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@digital-garden-builder/client

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@digital-garden-builder/client

Generates HTML for individual gardens.

latest
npmnpm
Version
0.0.8
Version published
Maintainers
1
Created
Source

Digital Garden Builder Client

Generates HTML for individual gardens.

Development

  • Setup env variables
    • cp .env.example .env
    • see next section creating-a-personal-access-token)

These commands should be run from root of monorepo as yarn client dev most of the time:

  • Install
    • yarn
  • Start
    • yarn dev
  • Test
    • yarn test

Env Variables

  • What repo to use for storing content.
    • REPO_OWNER: User or organization of the Github repo to use.
      • Example: REPO_OWNER=shelob9
    • REPO_NAME: Name of the Github repo to use.
      • Example: REPO_NAME=garden-cms-test-data
  • USE_REPO_PREFIX
  • Url for garden server
    • NEXT_PUBLIC_GARDEN_SERVER_URL
    • Will be availble in the browser
    • In production:
      • NEXT_PUBLIC_GARDEN_SERVER_URL=https://digitalgardenbuilder.app
    • In development:
      • NEXT_PUBLIC_GARDEN_SERVER_URL=http://localhost:3000
  • Public key for garden
    • NEXT_PUBLIC_GARDEN_SERVER_PUBLIC_KEY

What It Is Built With

FAQs

Package last updated on 23 Dec 2020

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