FoalTS / foal

Full-featured Node.js framework, with no complexity. 🚀 Simple and easy to use, TypeScript-based and well-documented.
https://foalts.org/
MIT License
1.88k stars 137 forks source link

Foal's website needs a "Who's using Foal?" page #1165

Closed LoicPoullain closed 1 year ago

LoicPoullain commented 1 year ago

The website is missing a "Who's using Foal?" page to share websites and webapps that use Foal. Docusaurus has a page like this which is really cool: https://docusaurus.io/showcase.

The page would help spread the word that the framework is used in real projects in production.

There is already a page link ready to be un-commented in docusaurus.config.js so as to have this link in the navbar:

Capture d’écran 2022-10-30 à 09 37 10

The website framework uses React under the hood and Tailwind classes are available as well with the prefix tw-

LoicPoullain commented 1 year ago

See PR