fuse-open / docs

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

Tooling enhancements #54

Closed mortend closed 3 years ago

mortend commented 3 years ago

This adds package.json with scripts to make it easier to work on this project locally. For example:

npm install
npm start

This will build HTML pages and start a webserver at http://localhost:8080/

Also adds some more scripts and options for advanced usage.

mortend commented 3 years ago

@Anagrr I think with this one it will be easier for you to test locally :)