⚡ Instant stackblitz demo
Description
This PR creates a working demo in Stackblitz that will be used as main demo for the Manifest project.
This main demo is now part of the mnfst/manifest repository for better update management. It is located under the /examples folder.
:warning: There are several things that I could not manage to do for better DX. The most important missing feature is the pre-filled credentials in the admin panel.
:orange_circle: Deployment: redirect manifest.new to the master branch after merge @brunobuddy
How can it be tested?
Or use the "new" link: manifest.new.
Play around with the demo. The example project should be simple and give a proper idea of Manifest features and philosophy at the same time.
Impacted packages
Check the packages that require a new publication or release:
- [ ] @mnfst/manifest
- [ ] @mnfst/types
- [ ] @mnfst/admin
- [ ] doc
Check list before submitting
- [x] I have performed a self-review of my code (no debugs, no commented code, good naming, etc.)
- [ ] I wrote the relative tests
- [ ] I updated the documentation if necessary
- [x] This PR is wrote in a clear language and correctly labeled
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| manifest-schema | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 30, 2024 8:44am |
@brunobuddy I have added the credentials to the README. I know they are already mentioned in the backend.yml file, but I didn’t expect to see them there. You neither as you told me "it's already written in the readme".
Other point: The url to the API appears only on the console. It's not enough visible. But I didn't find any solution as it's not a simple link.