This website is built using Docusaurus, a modern static website generator.
Install Node.js
cd aparavi-docusaurus
npm install
npx docusaurus startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Docusaurus is a static-site-generator (also called Jamstack).
It builds your site as simple static HTML, JavaScript and CSS files.
Build your site for production:
npm run buildThe static files are generated in the build folder.
Test your production build locally:
npm run serveThe build folder is now served at http://localhost:3000/.
You can now deploy the build folder almost anywhere easily, for free or very small cost (read the Deployment Guide).