Getting Started
Quickstart
Start building awesome documentation in under 5 minutes
Prerequisites
Before you begin, make sure you have Node.js (v18.17.1 or v20.3.0) installed on your system.
Setup your development
Learn how to update your docs locally and deploy them to the public.
- Clone the repository
git clone https://github.com/ibra-kdbra/Math_Problems
- Navigate to the project directory
cd docs
- Install the dependencies
npm install
- Start your development server
npm run dev
Once the server starts, you can view your documentation site at http://localhost:4321
.
What to do next
Now that you have your documentation site up and running, here are some next steps to make it your own:
Create Pages
Add and organize new documentation pages with ease.
Use Components
Leverage pre-built custom components for rich documentation.
Deploy Docs
Publish your documentation quickly and effortlessly.
Need Help?
If you encounter any issues or have questions, check out our FAQ or open an issue on GitHub.
Support the project
Remember to star the project on GitHub if you're enjoying it!