-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from bitovi/mc-improvements
added a build for faster loading
- Loading branch information
Showing
30 changed files
with
48,435 additions
and
1,598 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,7 +82,6 @@ typings/ | |
|
||
# Nuxt.js build / generate output | ||
.nuxt | ||
dist | ||
|
||
# Gatsby files | ||
.cache/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/) |
Oops, something went wrong.