@planningcenter/doxy-web
Advanced tools
Comparing version 1.16.0-rc.0 to 1.16.0-rc.1
{ | ||
"name": "@planningcenter/doxy-web", | ||
"version": "1.16.0-rc.0", | ||
"version": "1.16.0-rc.1", | ||
"description": "Doxy for Church Center Web", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -35,15 +35,2 @@ # doxy-web | ||
#### "Sandbox" Development Environment: | ||
Provides another local testing/development environment where multiple UI elements/components can be viewed simultaneously. This is especially useful for making new CSS changes because you can see multiple instances of the UI states vs. in Storybook, where you can only toggle 1 state at a time... | ||
1. Run `yarn sandbox` (parallel command for `yarn develop:yalc` & `cd sandbox && yarn start`) | ||
2. Follow `localhost` link in terminal to view local Parcel app | ||
**To add new views:** | ||
1. Add a contextually-named component to `sandbox/src/pages` directory and export from [`pages/index.js`](https://github.com/planningcenter/doxy-web/blob/main/sandbox/src/pages/index.js) | ||
2. Import page/component to [`src/App.jsx`](https://github.com/planningcenter/doxy-web/blob/main/sandbox/src/App.jsx) and add to [`<Router />`](https://github.com/planningcenter/doxy-web/blob/main/sandbox/src/App.jsx#L35) with path | ||
3. Add corresponding `<Link />` to [`src/components/Sidebar.jsx`](https://github.com/planningcenter/doxy-web/blob/main/sandbox/src/components/Sidebar.jsx#L60) | ||
## Contributing | ||
@@ -50,0 +37,0 @@ - New versions to `@planningcenter/doxy-web` are made using a "batched" process by deploying changes to NPM from `main`. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
570738
64