SpiffWorkflow is a software development platform for building, running, and monitoring executable diagrams https://www.spiffworkflow.org/
Go to file
Dan 3a0b6f634c Squashed 'spiffworkflow-frontend/' changes from b0000877..647a428c
647a428c Merge pull request #93 from sartography/test_arena_push
9d119258 Pause/resume process instances (#2)
0c4b7541 Merge commit '5adbec7e67d36fd582fc01da083e531ff0925b9e'
73a17f29 Merge commit '2a5690772af8fcd121b257dd0b0ba606c57be47a'
3ecfc4f3 Merge commit 'f930f96d1b389e239d05e865afe4db339cb49cbf'
0c9e869f Merge commit '75729ba3df3a8e1eccbae237d96efa7f17f72b26'
93891c60 Merge commit '8d86fe710d083e1d5b2f031ddcf3443b044785e3'
e63af290 Merge commit 'a087961fab0d73cc54f9cae658e9eb50ab060f96'
1b737265 Merge commit '3cfc1bd3834a5ed8ec9d1aa91886ebf0a0c69053'
12b8b32f CI fixes
e8451a3e Merge main, resolve conflicts
716bb3cb Updaging the jinja processing so it doesn't leave a bunch of blank lines in the markdown that has strong feelings about white space.  Updating the front end to render markdown formatted instructions.  And adding a little css love to tables that are generated in Markdown.

git-subtree-dir: spiffworkflow-frontend
git-subtree-split: 647a428c7eb93b2a0c501b64903e5fbfc59b87cc
2022-10-21 12:55:02 -04:00
.github Squashed 'spiffworkflow-frontend/' content from commit 75dbea67 2022-10-12 10:21:49 -04:00
bin Squashed 'spiffworkflow-frontend/' content from commit 75dbea67 2022-10-12 10:21:49 -04:00
cypress Squashed 'spiffworkflow-frontend/' content from commit 75dbea67 2022-10-12 10:21:49 -04:00
public Squashed 'spiffworkflow-frontend/' content from commit 75dbea67 2022-10-12 10:21:49 -04:00
src Squashed 'spiffworkflow-frontend/' changes from b0000877..647a428c 2022-10-21 12:55:02 -04:00
.eslintrc.js Squashed 'spiffworkflow-frontend/' content from commit 75dbea67 2022-10-12 10:21:49 -04:00
.gitignore Squashed 'spiffworkflow-frontend/' content from commit 75dbea67 2022-10-12 10:21:49 -04:00
.prettierrc.js Squashed 'spiffworkflow-frontend/' content from commit 75dbea67 2022-10-12 10:21:49 -04:00
.tool-versions Squashed 'spiffworkflow-frontend/' content from commit 75dbea67 2022-10-12 10:21:49 -04:00
Dockerfile Squashed 'spiffworkflow-frontend/' content from commit 75dbea67 2022-10-12 10:21:49 -04:00
LICENSE.rst Squashed 'spiffworkflow-frontend/' content from commit 75dbea67 2022-10-12 10:21:49 -04:00
README.md Squashed 'spiffworkflow-frontend/' content from commit 75dbea67 2022-10-12 10:21:49 -04:00
craco.config.js Squashed 'spiffworkflow-frontend/' content from commit 75dbea67 2022-10-12 10:21:49 -04:00
cypress.config.js Squashed 'spiffworkflow-frontend/' content from commit 75dbea67 2022-10-12 10:21:49 -04:00
docker-compose.yml Squashed 'spiffworkflow-frontend/' content from commit 75dbea67 2022-10-12 10:21:49 -04:00
package-lock.json Squashed 'spiffworkflow-frontend/' changes from 6f8e41848..b00008779 2022-10-19 16:48:28 -04:00
package.json Squashed 'spiffworkflow-frontend/' changes from 572d779f7..d68d521d7 2022-10-13 20:45:09 -04:00
sonar-project.properties Squashed 'spiffworkflow-frontend/' content from commit 75dbea67 2022-10-12 10:21:49 -04:00
tsconfig.json Squashed 'spiffworkflow-frontend/' content from commit 75dbea67 2022-10-12 10:21:49 -04:00

README.md

spiffworkflow-frontend

Tests

NOTE: This is still in development. NOT READY FOR GENERAL USE!!!!!

This is the frontend part of an app that leverages spiffworkflow for managing and running business processes. The backend portion can be found at https://github.com/sartography/spiffworkflow-backend.

This project was bootstrapped with Create React App, and the balance of this README contains information about how to use apps that are bootstrapped with that project.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can't go back!

If you aren't satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

npm run lint

Check for lint in code.

npm run lint:fix

Fix lint in code.

npm run format

Probably just stick with lint:fix which also runs prettier.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify