Skip to content

Limerio/Jira-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jira App

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.

Software need :

  • Node.js
  • NPM (include by Node.js by default) or Yarn or PNPM

Steps :

  1. Execute npm i or yarn or pnpm i to install all of the dependencies
  2. You need to update the name of the .env.sample file to .env
  3. Open the file and add after URL= the url of your jira instance
  4. 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

For start the project

Yarn:

yarn start

NPM:

npm start

PNPM:

pnpm run start

For package the project

Yarn:

yarn package

NPM:

npm run package

PNPM:

pnpm run package

For generate a setup and package the project

Yarn:

yarn make

NPM:

npm run make

PNPM:

pnpm run make

About

Jira App (not by Atlassian it's only a view tool, not a copy)

Topics

Resources

Stars

Watchers

Forks