Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kitajs/docs
🌐 The Kita documentation website.
https://github.com/kitajs/docs
css documentation kita typescript website
Last synced: 2 months ago
JSON representation
🌐 The Kita documentation website.
- Host: GitHub
- URL: https://github.com/kitajs/docs
- Owner: kitajs
- License: mit
- Created: 2023-08-22T01:56:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-28T14:57:03.000Z (6 months ago)
- Last Synced: 2024-07-28T16:08:33.988Z (6 months ago)
- Topics: css, documentation, kita, typescript, website
- Language: HTML
- Homepage: https://kitajs.org
- Size: 29 MB
- Stars: 4
- Watchers: 2
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Liked this documentation? Please consider donating to support my open source work ❤️
Help Kita grow! Star and share this amazing project with your friends and co-workers!
📚 KitaJS Docs
@kitajs/docs
is a where the documentation for the KitaJS lives.
## Contributing
If you want to contribute to the KitaJS documentation, you can follow the steps
below:1. Fork the [KitaJS documentation repository](https://github.com/kitajs/docs)
2. Clone your forked repository
3. Install the dependencies with `pnpm install`
4. Start the development server with `pnpm dev`
5. Make your changes
6. Commit your changes
7. Push your changes
8. Open a pull request
9. Wait for the review
10. 🎉We are looking forward to your contributions, more specifically to these areas:
- **i18n**: We are looking for typo fixes, grammar improvements, and new
translations.- **Content**: If you have any ideas for new pages, improvements to existing
ones, or any other content-related suggestions, we would love to hear them.- **Integrations**: Are you developing/using Kita in other projects? We would
love to hear about it and feature in our documentation.- **Code Examples**: Kita is improving every day, and we need to keep our
documentation up-to-date. If you find any outdated code examples, please let
us know.