This documentation is built using Docusaurus 2, a SSG documentation framework made by facebook.
$ git clone http://github.com/eco3s/docs
$ cd docs
$ pnpm install
$ pnpm start
This will runs a local development server and opens up a browser window. Most changes are reflected live without having to restart your server.
$ pnpm build
This command generates static content into the build
directory under the root and can be served using any static contents hosting service.
We use the GitHub pages feature to host the static artifacts, and the build process will be executed via GitHub Action.
simply push new commits to the repository and wait for a few minutes until the deploy action finishes.