@digital-garden-builder/client

0.0.8 • Public • Published

Digital Garden Builder Client

Generates HTML for individual gardens.

Development

  • Setup env variables

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

Readme

Keywords

none

Package Sidebar

Install

npm i @digital-garden-builder/client

Weekly Downloads

0

Version

0.0.8

License

MIT

Unpacked Size

73.5 kB

Total Files

57

Last publish

Collaborators

  • shelob9