Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 868 Bytes

File metadata and controls

25 lines (15 loc) · 868 Bytes

PSAppDeployToolkit Documentation and Website

This repository holds the documentation for PSAppDeployToolkit which can be found here.

Contributing

If you feel like you can contribute, please do so by opening an issue or pull request. We are always open to expand our documentation and add new features.

Local Development

We are using pnpm to manage our dependencies. We've found it to be more reliable than either yarn or npm. You can download pnpm from here. Then you can install the dependencies by running:

pnpm install

To start a local development server and opens up a browser window, run the following:

pnpm start

Most changes are reflected live without having to restart the server.

This website is built using Docusaurus.