The creation of this application isn't by Atlassian or a copy of the project but only for view my jira instance in an app and not on a browser. It's a tool 🛠️ to simplify my organisation to do my work and i want to share that to you if you have the same problem of me and you want that.
- Execute
npm ioryarnorpnpm ito install all of the dependencies - You need to update the name of the .env.sample file to .env
- Open the file and add after URL= the url of your jira instance
- Execute the setup task ⬇️ or the package task ⬇️ note: when you execute the setup task, you generate 2 directories in the out directory the first is the package of the project and the second directory is a setup file to install your computer globaly
Yarn:
yarn startNPM:
npm startPNPM:
pnpm run startYarn:
yarn packageNPM:
npm run packagePNPM:
pnpm run packageYarn:
yarn makeNPM:
npm run makePNPM:
pnpm run make