| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
You can find the online version of the AureusERP documentation at https://devdocs.aureuserp.com.
For contributing to the docs, you first need to set up the project,
Fork the repository.
Clone your fork.
Follow the Install Dependencies section.
Make sure your PR follows all these points,
Before writing the docs just make sure to check that if that topic is already written or not.
Make sure your markdown indentation should be proper. You can install mark-down lint also. This will help you to follow the markdown conventions.
If you are creating new files for the docs, then make sure the filename should be kebab-case. For e.g. file-1.md, file-2.md.
Run the following command,
npm installRun the docs locally,
npm run docs:devOpen your browser and go to http://localhost:5173.
| Back | FazBrowse Home | New Git URL |