Skip to content

itsyndicate/Devs-Unleashed-Hackathon-forge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 

Repository files navigation

Devs-Unleashed-Hackathon

Original documentation: https://developer.atlassian.com/platform/forge/getting-started/

How to install Application

  1. create new developer site http://go.atlassian.com/cloud-dev in order to not face any issues

  2. OPEN ADMIN CDM

  3. install forge

npm install -g @forge/cli
  1. create API token in jira https://id.atlassian.com/manage/api-tokens
  2. forge login (in windows use right click to paste in Admin CMD)
forge login
  1. forge create
forge create
  1. copy app id from manifest.yml in newly created app

  2. clone this repo

git clone [email protected]:itsyndicate/Devs-Unleashed-Hackathon-forge.git
  1. put copied app id to manifest.yml cloned repository
  2. cd Devs-Unleashed-Hackathon-forge/tama-custom
  3. npm install
npm install
  1. enable development mode 11.1 navigate to https://{YOUR_DOMAIN}.atlassian.net/plugins/servlet/upm?source=side_nav_manage_addons 11.2 click on "setting" 11.3 click checkbox Enable development mode
  2. cd tama-custom/static/hello-world/src
  3. run npm install again
    npm install --legacy-peer-deps
    
  4. build project
    npm run build
    
  5. cd ../../tama-custom
  6. deploy
    forge deploy
    
    16.1. if you have some issues with deployment
    forge deploy --no-verify
    
  7. install
    forge install
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages