Everywhere.Docs
This repository contains the documentation of the Everywhere. You can visit the site for more details.
Development
Ensure you have installed following environments:
- Node.js latest LTS version
- Git
- Pnpm (Recommended)
Then, you can run the following commands to get started:
bash
# Clone this repository
git clone https://github.com/DearVa/Everywhere.Docs.git
# Go into the repository
cd Everywhere.Docs
# Install dependencies
pnpm install
# Start the development server
pnpm run docs:dev
Contributing
Contributions to the documentation are welcome! If you find any errors or have suggestions for improvement, please open an issue or submit a pull request.