This project uses Docsify to generate interactive and easy-to-navigate documentation. You can access the site at karlosarr.github.io.
- Make sure you have Node.js installed.
- Install Docsify globally if you don't have it yet:
npm install -g docsify-cli
- Start a local server to preview the documentation:
npm run docsify:dev
- Open your browser at
http://localhost:3000to view the site.
docs/- Main folder where the documentation is located.index.ts- Main file that loads Docsify.
If you want to contribute to this project, you can clone the repository and submit a pull request with your changes.
This project is licensed under the MIT License.