Mirror of https://github.com/roostorg/osprey github.com/roostorg/osprey
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update docs navigation UI

+8 -1
+1 -1
docs/README.md
··· 9 9 1. **[Code of Conduct](CODE_OF_CONDUCT.md)** - Understand our community standards 10 10 2. **[Contributing Guidelines](CONTRIBUTING.md)** - Learn how to contribute 11 11 3. **[Development Guide](DEVELOPMENT.md)** - Set up your development environment and get started using Osprey 12 - 4. **[Osprey UI](https://github.com/roostorg/osprey/blob/main/osprey_ui/README.md)** - Understand how to get the UI running 12 + 4. **[Osprey UI](UI.md)** - Understand how to use and navigate the UI 13 13 14 14 ## Need Help? 15 15
+7
docs/UI.md
··· 1 1 # **Osprey User Interface Guide** 2 2 3 3 4 + ## Getting Started 5 + 6 + ```bash 7 + cd osprey_ui 8 + npm install 9 + npm start 10 + ``` 4 11 5 12 The Osprey UI has several pages accessible by a left-hand menu: 6 13