Skip to content

komplexb/prd-kit

Repository files navigation

PRD Kit

Pre-requisites

Install Forge CLI: npm i -g @forge/cli@latest

Docs: https://developer.atlassian.com/platform/forge/cli-reference/

Getting Started

  1. Clone this repository
  2. Run npm install
  3. Run npm run dev for active development via tunneling.
  4. Run npm run deploy to deploy your changes to dev.
  5. Run npm run deploy:prod to deploy your changes to prod.

How to find your environment type

import { getAppContext } from "@forge/api";
const { environmentType } = getAppContext(); // "production" | "development"

Learn more: https://developer.atlassian.com/platform/forge/runtime-reference/app-context-api/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published