Welcome to the Meepow Docs project! This website is built using Docusaurus, a modern and powerful static site generator. It serves as the official documentation and information hub for the Meepow platform.
- Interactive Documentation: Easily navigate through guides and tutorials.
- Modern Design: Built with a responsive and user-friendly interface.
- Fast and Reliable: Powered by Docusaurus for optimal performance.
To get started, install the project dependencies:
$ yarnRun the following command to start a local development server:
$ yarn startThis will open the website in your browser. Any changes you make will be reflected live without restarting the server.
To generate a production-ready build of the website:
$ yarn buildThe static files will be output to the build directory, ready to be hosted on any static hosting service.
If you prefer deploying with SSH, run:
$ USE_SSH=true yarn deployFor deployments without SSH, use:
$ GIT_USER=<Your GitHub username> yarn deployThis will build the website and push it to the gh-pages branch of your repository, ideal for GitHub Pages hosting.
We welcome contributions! Feel free to submit issues or pull requests to improve the website.
This project is licensed under the MIT License. See the LICENSE file for more details.
Thank you for being part of the Meepow community! 💙