This repository hosts the source code for the Clash Verge documentation website. Clash Verge is an open-source, cross-platform proxy client based on the Tauri framework.
For detailed information about the project and how to contribute or run the documentation site locally, please see the README:
This documentation website is built with Nextra.
First, install the dependencies:
npm i
# or
pnpm i
# or
yarn
Then, run the development server:
npm run dev
# or
pnpm dev
# or
yarn dev
And visit http://localhost:3000.
This project is licensed under the MIT License.