This repo contains the configurations and source code powering the SpaceHub Project docs and blog website!
SpaceHub Project is an initiative under Kitiplex aims to establish standardized best practices for software development. The project's primary focus is to ensure that all projects are:
- Clearly documented
- Consistently organized
- Easy to onboard for new contributors
This site also serves as the central hub for guides, community standards, and resources related to the SpaceHub initiative.
The website is a static site generated using Docusaurus and is structured as a lightweight monorepo:
mkeithx.github.io/
+---examples
+---public
\---website
+---blog
+---community
+---cosmos
+---docs
+---src
| +---pages
| +---plugins
| +---theme
\---static
In it, you'll can find practical code and configuration snippets that demonstrate usage patterns, best practices and reference implementation for the SpaceHub Project.
git clone https://github.com/mkeithX/mkeithx.github.io.git
npm install
npm start
Tip
For detailed configuration and/advance usage, visit docs
Contributions of all kinds are welcome! If you'd like to contribute, consider joining our team for:
- ✅ Supportive, collaborative community
- ✅ More cool resources and tools
- ✅ Opportunities to work on more projects!
Warning
SpaceHub is under active development. Some features and docs may be incomplete outdated.
Checkout out the community page to know more how to participate!