You can deploy DocsIt to any static hosting service, such as Netlify, Vercel, GitHub Pages, and Render.
Docsit can be built into a static website by running the command npm run generate
or yarn generate
. The generated website will be in the folder dist
.
You can deploy DocsIt to Netlify by following these steps:
npm run generate
or yarn generate
.dist
.Congratulations! Your DocsIt website is now live.
Copyright © 2023 DocsIt.