js-org / js.org

Dedicated to JavaScript and its awesome community since 2015
https://JS.ORG
5.16k stars 3.39k forks source link

picard.js.org #9103

Closed FlorianRappl closed 3 weeks ago

FlorianRappl commented 3 weeks ago

Picard.js is a micro frontend orchestrator that serves as a single-js-lib drop-in for any website to allow usage of micro frontends (either just in the client, or by using the npm package in a SSR mode). The repository is available at https://github.com/picardjs/picard and the website is currently a work-in-progress with more documentation being available later this week (for the first release of the npm package) https://picardjs.github.io - having the https://picard.js.org address would be superb.

(Announcement should be ready for the MUC Frontend Meetup this Thursday / https://www.meetup.com/munich-frontend-developers/events/301220832/)

Thanks for your support :rocket:!

indus commented 3 weeks ago

I've already added your requested subdomain to JS.ORGs zonefile. But the CNAME in your repo is still missing. In case the gh-pages branch is the source you have to (re-)add a file named CNAME with the single line picard.js.org there to make it work. I've also seen that you are using a workflowthat may be responsible to publish the page. In that case additional steps may be required to make the CNAME work. FYI: https://github.com/js-org/js.org/pull/7853#issuecomment-1336537858 / https://github.com/js-org/js.org/pull/8532#issuecomment-1732508431

I'll merge after we have "contact". Please keep this PR open.

FlorianRappl commented 3 weeks ago

CNAME added (right now just via the pages settings, but I'll add it to the workflow soon, too)!

(Usually I add the CNAME within the GH workflow like this: https://github.com/piral-samples/netflix-demo/blob/main/.github/workflows/node.js.yml#L31)