exoframe
exoframe copied to clipboard
New website
We need a proper website, with docs, examples, etc. Basic static generation (e.g. with Gatsby) from markdown (to allow for current docs reuse) would probably work just fine.
- [x] Make a static website (done thanks to @FDiskas )
- [x] Setup CI builds on every push / PR
- [ ] Setup CD to github pages
- [ ] Figure out a domain (github org domain?
.js.orgdomain? something else?)
Moving docs to website would also allow updating them without rebuilding whole CLI which is nice.
Let me play with this
@FDiskas all yours! Here's a repo for it: https://github.com/exoframejs/exoframe-website
@yamalight here is a pull request :arrow_forward: https://github.com/exoframejs/exoframe-website/pull/1
Basic version is now deployed under https://exoframejs.github.io/exoframe/ (still needs quite a bit of work). Closing this as rest is tracked in #311