Skip to content

DellaDominic/ReviewReady-Atlassian-codegeist-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Review Ready

This project contains a Forge app written in Javascript in a Bitbucket Pull Request Card.

See project details here.

See developer.atlassian.com/platform/forge/ for documentation and tutorials explaining Forge.

Requirements

See Set up Forge for instructions to get set up.

Quick start

  • Modify your app frontend by editing the src/frontend/index.jsx file.

  • Modify your app backend by editing the src/resolvers/index.js file to define resolver functions. See Forge resolvers for documentation on resolver functions.

  • Build and deploy your app by running:

forge deploy
  • Install your app in a Bitbucket workspace by running:
forge install
  • Develop your app by running forge tunnel to proxy invocations locally:
forge tunnel

Notes

  • Use the forge deploy command when you want to persist code changes.
  • Use the forge install command when you want to install the app on a new workspace.
  • Once the app is installed on a workspace, the workspace picks up the new app changes you deploy without needing to rerun the install command.

About

A Forge App for bitbucket - Submitted to Atlassian's Codegeist 2024 Hackathon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors