Skip to content

Platform-OS/platformos-documentation

Folders and files

NameName
Last commit message
Last commit date
Jun 19, 2024
Apr 17, 2025
Nov 3, 2023
Nov 25, 2021
Nov 14, 2022
Jan 24, 2024
Jun 2, 2021
Mar 11, 2021
Nov 27, 2018
Nov 25, 2021
Nov 3, 2023
Nov 15, 2021
Jun 19, 2023
Oct 25, 2021
Sep 7, 2021
Apr 9, 2021
Jun 10, 2021
Sep 24, 2024
Sep 24, 2024
Feb 21, 2022
Mar 25, 2022
Mar 31, 2022

Repository files navigation

Tested by CodeceptJS

Contribute content

Thank you for your interest in contributing to the platformOS documentation! Our docs are a tool for our community, so we strive to ensure they serve you well. We always welcome any kind of contribution to our documentation: we value your feedback, and appreciate any improvement suggestions or extensions.

Give us feedback

Create an issue with your finding in the Issues tab.

Edit or add topics on the GitHub UI

Go to the file you would like to change, click edit and commit changes on the GitHub UI.

Edit or add topics using git

  1. Fork the repository.
  2. Install node.js dependencies (npm).
  3. Change something or add a new topic. Please check if a template is already available for the type of content you’d like to contribute. We have prepared templates for most content on our documentation page, to make contribution easier, and to ensure the consistency of contributed content. Please make sure to follow our style guide.
  4. Create a pull request.
  5. We review your changes, and either get back to you with our feedback, or merge your changes.

Contributors

Thank you to all our contributors!


Diana Lakatos

πŸ“–

PaweΕ‚ Kowalski

πŸ“– πŸ’» ⚠️

Maciej Krajowski-Kukiel

πŸ“–

Ryan Stephen

πŸ“–

piotrze

πŸ“–

Tomek

πŸ“–

Krzysztof Danek

πŸ“–

dariusz gorzeba

πŸ“–

Ignacy Moryc

πŸ“–

Daniel Telfer

πŸ“–

IstvΓ‘n ZoltΓ‘n SzabΓ³

πŸ“–

Kacper Walanus

πŸ“–

Kornel Lugosi

πŸ“–

Dean Vizer

πŸ“–

kata-ngy

πŸ“–

Adam Cook

πŸ“–

JJ Bragg

πŸ“–

Jakub Augustyn

πŸ“–

turing9783

πŸ“–

Julien Levadoux

πŸ“–

Krzysztof Streflik

πŸ“–

Ryan Johnson

πŸ“–

power833

πŸ“–

Daryl Barnes

πŸ“–

Developer-DNM

πŸ“–

Maciej WΔ™grzynek

πŸ“–

KΓ‘lmΓ‘n Hosszu

πŸ–‹ πŸ’‘

Scott B Reynolds

πŸ–‹

Antony Siegert

πŸ–‹

Łukasz Krysiewicz

πŸ–‹

andrew-3

πŸ“–

Josh Carter

πŸ“–

Contribute code

Required global dependencies

  • nodejs 12.10 and above
  • npm 6.1 and above

Development

npm ci # installs local dependencies

npm start # runs webpack in watch mode, pos-cli sync with livereload 

Build production assets

npm run build # runs webpack in production mode