Update README.md
This commit is contained in:
parent
db4e9292f6
commit
8a90e3a72b
16
README.md
16
README.md
|
@ -50,11 +50,19 @@ The `docker-compose.yml` file is for running a full-fledged instance of spiff-ar
|
|||
|
||||
## Contributing
|
||||
|
||||
This is a monorepo based on git subtrees that pulls together various spiffworkflow-related projects.
|
||||
Feel free to ignore that and drop us a pull request.
|
||||
If you need to push back from the monorepo to one of the individual repos, here's an example command (and find other scripts we use in the `bin` directory):
|
||||
To start understanding the system, you might:
|
||||
|
||||
git subtree push --prefix=spiffworkflow-frontend git@github.com:sartography/spiffworkflow-frontend.git add_md_file
|
||||
1. Explore the demo site via the [Getting Started Guide](https://www.spiffworkflow.org/posts/articles/get_started)
|
||||
1. clone this repo, `cd docs`, run `./bin/build`, and open your browser to [http://127.0.0.1:8000](http://127.0.0.1:8000) to view (and ideally edit!) the docs
|
||||
|
||||
Please ignore the `SpiffWorkflow` directory at the root of spiff-arena.
|
||||
We use https://github.com/sartography/SpiffWorkflow instead.
|
||||
|
||||
## Monorepo
|
||||
|
||||
This is a monorepo based on git subtrees that pulls together various spiffworkflow-related projects. FYI, some scripts:
|
||||
|
||||
ls bin | grep subtree
|
||||
|
||||
## License
|
||||
|
||||
|
|
Loading…
Reference in New Issue