Skip to content

Commit

Permalink
Merge pull request #24 from bitovi/mc-improvements
Browse files Browse the repository at this point in the history
added a build for faster loading
  • Loading branch information
justinbmeyer authored Nov 22, 2023
2 parents e6d2e9f + 1949819 commit cdfa7cc
Show file tree
Hide file tree
Showing 30 changed files with 48,435 additions and 1,598 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ typings/

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
Expand Down
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
# jira-auto-scheduler


A JIRA auto-scheduling application for product management


Indicate confidence and estimate

Make it so a team can have epics in parallel

Add time and sprints

Working days
## Contributing

After cloning this project, you will need to create a `.env` file. You can copy `.env.example`
and create a an app in the [Atlassian Developer console](https://developer.atlassian.com/console/myapps/).

Start date and end date
With your `.env` file, perform the following to run the app:

a small change to kick off build again
1. Install nodejs and run `npm i`
1. Run the css build with `npm run fe:css:build`.
1. Run the JS build with `npm run fe:js:build`.
1. Run the server with `npm run start-local`
1. Open [http://localhost:3000/](http://localhost:3000/)
Loading

0 comments on commit cdfa7cc

Please sign in to comment.