Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 998 Bytes

CONTRIBUTING.md

File metadata and controls

46 lines (26 loc) · 998 Bytes

Contribution Guides

This repository employs a monorepo setup with pnpm workspaces. It hosts theme Gungnir and a number of plugins for VuePress 2.

 

Pre-requirements

 

Development

Clone the repo and install dependencies:

pnpm install

Start watching source files:

pnpm dev

Open another terminal, and start developing the documentation site:

pnpm docs:dev

Main tools that used in this project:

 

License

By contributing to Gungnir, you agree that your contributions will be licensed under its Apache-2.0 (theme) / MIT (plugins) license.