https://github.com/psappdeploytoolkit/website
Repository for the PSAppDeployToolkit website
https://github.com/psappdeploytoolkit/website
docusaurus psappdeploytoolkit website
Last synced: 10 months ago
JSON representation
Repository for the PSAppDeployToolkit website
- Host: GitHub
- URL: https://github.com/psappdeploytoolkit/website
- Owner: PSAppDeployToolkit
- License: lgpl-2.1
- Created: 2024-11-22T22:05:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-12T19:36:11.000Z (10 months ago)
- Last Synced: 2025-08-12T21:27:38.051Z (10 months ago)
- Topics: docusaurus, psappdeploytoolkit, website
- Language: MDX
- Homepage: https://psappdeploytoolkit.com
- Size: 30 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PSAppDeployToolkit Documentation and Website
This repository holds the documentation for PSAppDeployToolkit which can be found [here](https://psappdeploytoolkit.com).
## 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](https://pnpm.io). Then you can install the dependencies by running:
```powershell
pnpm install
```
To start a local development server and opens up a browser window, run the following:
```powershell
pnpm start
```
Most changes are reflected live without having to restart the server.
This website is built using [Docusaurus](https://docusaurus.io/).