Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bruegmann/blue-7-labs
Playground to try out things for Blue 7, the next major version
https://github.com/bruegmann/blue-7-labs
Last synced: 10 days ago
JSON representation
Playground to try out things for Blue 7, the next major version
- Host: GitHub
- URL: https://github.com/bruegmann/blue-7-labs
- Owner: bruegmann
- Created: 2020-06-15T07:33:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T12:46:26.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T05:18:15.276Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 6.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blue 7 labs
Here are some experiments for Blue 7.
List of demo pages:
* [groundup-1](https://bruegmann.github.io/blue-7-labs/groundup-1)
* [pro-sidebar](https://bruegmann.github.io/blue-7-labs/pro-sidebar)
* [storybook-tryout](https://bruegmann.github.io/blue-7-labs/storybook-tryout/)
* [halfmoon-tryout](https://bruegmann.github.io/blue-7-labs/halfmoon-tryout/)## Create new demo build
`/groundup-1` has the script `move-to-docs.js`. It moves the `build` folder to `/docs/groundup-1`. This way it will be published via GitHub pages under https://bruegmann.github.io/blue-7-labs/groundup-1.When you create another subfolder with a CRA project, you can can copy the script to there and use the same aproach to publish your demo. Remember to rename everything to how you titled your project folder.
When you published a demo, please add the link to the list above.