This is a starter app for Devs Unleased hackathon.
This starter which contains a PhaserJS sample game inside a Global Page module. You can access the page from the top bar menu "Apps" once it's installed, both in Jira and in Confluence.
The game has examples of rendering project avatars from Jira and reading the spaces data in Confluence.
See Atlassian Developer Forge space for documentation and tutorials explaining Forge.
- See Set up Forge for instructions to get set up.
- Install dependencies by
yarn install
yarn install
- Build both the UI modifications
static/ui-modificationsand admin panelstatic/admin-pagemodules:
yarn build
- Or watch changes when you're making modifications:
yarn watch
- You can also define specific modules if you're not changing both at the same time
yarn build:global-page
yarn watch:global-page
- Register your app by running:
forge register
- Build and deploy your app by running:
forge deploy
- Install your app in an Atlassian site by running:
forge install
- Develop your app by running
forge tunnelto proxy invocations locally:
forge tunnel
- Use the
forge deploycommand when you want to persist code changes. - Use the
forge installcommand when you want to install the app on a new site. - Once the app is installed on a site, the site picks up the new app changes you deploy without needing to rerun the install command.
- Use the
forge install --upgradecommand when you changed permissions scope inmanifest.ymlto persist changes.
Copyright (c) 2022 Atlassian and others. Apache 2.0 licensed, see LICENSE file.
