Zumito documentation

Documentation for everything related to Zumito. You can read the documentation here.

Tech Stack

  • Docusaurus 2, a modern static website generator.
  • Vercel, for hosting and serverless functions.

Setup project for local development

  1. Clone the repo
git clone https://github.com/ZumitoTeam/zumito-docs.git
  1. Install dependencies
cd zumito-docs
npm install
  1. Start the development server
npm run start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

Contributing

We welcome contributions of all kinds to Zumito! Just open a pull request and we will review it as soon as possible.