fuse-open / docs

Fuse documentation
https://fuseopen.com/docs
Other
12 stars 16 forks source link

Fast Mode™ #60

Closed mortend closed 2 years ago

mortend commented 2 years ago

When building locally using npm start, Fast Mode™ is enabled by default for the ability to test and iterate quickly. 🚀

In Fast Mode™ we skip processing api-docs/, images, and take a few shortcuts -- so the resulting HTML pages are not complete, missing Uno/UX reference pages and related links. Most things are still fine.

If you need to test a complete build, run this command instead.

npm run start-slow