Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 981 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 981 Bytes

DigiParser Documentation

This is the documentation site for DigiParser, built with Zudoku.dev.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:9000 with your browser to see the result.

You can start editing the documentation by modifying pages/docs/intro.mdx. The content will automatically update as you save the file.

Learn More

To learn more about DigiParser and its features, visit our documentation.

Contributing

We welcome contributions! If you'd like to improve our documentation:

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/improvement)
  3. Commit your changes (git commit -am 'Add some improvement')
  4. Push to the branch (git push origin feature/improvement)
  5. Open a Pull Request

Feel free to submit issues and enhancement requests or join our community discussions.