frintjs / frint

Modular JavaScript framework for building scalable and reactive applications
https://frint.js.org/
MIT License
756 stars 37 forks source link

Site: Extract site into a separate repository #348

Closed fahad19 closed 6 years ago

fahad19 commented 6 years ago

We added a bunch of dependencies in our monorepo mainly for supporting the build of our site at https://frint.js.org

I suggest extracting the site out into a separate repo, preferably at https://github.com/frintjs/frint.js.org

When doing it, also think of:


Internally, we recently had success using FrintJS for building a PoC with routing + server-side rendering. Consider using similar stack for this new website too, to also serve as a living example.

fahad19 commented 6 years ago

In progress: https://github.com/frintjs/frint.js.org

fahad19 commented 6 years ago

PR to dns.js.org: https://github.com/js-org/dns.js.org/pull/1538