hey ther, i just have a question if it would be possible to setup a https://docusaurus.io/ system on a free account?
Unlikely…
2 Likes
If you’re running it server-side I think you can’t, but if it supports client-side execution, after you developed your documentation on your computer, you can run npm run build
and upload the contents of the build
folder inside the project’s folder inside your domain’s htdocs
folder.
6 Likes
it worked like you explained.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.