1
0
Fork 0
WIP Steam deck clips recorder
 
 
 
 
 
 
Go to file
AAGaming 4050dc99dc
actual fix
2022-10-24 22:14:05 -04:00
.vscode tons of changes i definitely did not forget to commit earlier 2022-09-05 15:46:34 -04:00
backend tons of changes i definitely did not forget to commit earlier 2022-09-05 15:46:34 -04:00
src fix steamos preview 2022-10-24 21:57:06 -04:00
.dockerignore tons of changes i definitely did not forget to commit earlier 2022-09-05 15:46:34 -04:00
.gitignore tons of changes i definitely did not forget to commit earlier 2022-09-05 15:46:34 -04:00
.gitmodules tons of changes i definitely did not forget to commit earlier 2022-09-05 15:46:34 -04:00
.nvmrc tons of changes i definitely did not forget to commit earlier 2022-09-05 15:46:34 -04:00
Dockerfile.gs tons of changes i definitely did not forget to commit earlier 2022-09-05 15:46:34 -04:00
LICENSE.md add LICENSE 2022-09-06 01:38:03 +02:00
README.md tons of changes i definitely did not forget to commit earlier 2022-09-05 15:46:34 -04:00
build.sh tons of changes i definitely did not forget to commit earlier 2022-09-05 15:46:34 -04:00
buildrs.sh actual fix 2022-10-24 22:14:05 -04:00
entrypoint.gs.sh tons of changes i definitely did not forget to commit earlier 2022-09-05 15:46:34 -04:00
entrypoint.rs.sh fix entrypoint 2022-10-24 22:12:49 -04:00
main.gs.py tons of changes i definitely did not forget to commit earlier 2022-09-05 15:46:34 -04:00
main.py tons of changes i definitely did not forget to commit earlier 2022-09-05 15:46:34 -04:00
package.json fix steamos preview 2022-10-24 21:57:06 -04:00
plugin.json styling fixes, set volume to 0.3 2022-09-18 16:52:45 -04:00
pnpm-lock.yaml fix steamos preview 2022-10-24 21:57:06 -04:00
replay-sorcery.conf tons of changes i definitely did not forget to commit earlier 2022-09-05 15:46:34 -04:00
rollup.config.js tons of changes i definitely did not forget to commit earlier 2022-09-05 15:46:34 -04:00
tsconfig.json tons of changes i definitely did not forget to commit earlier 2022-09-05 15:46:34 -04:00

README.md

React-Frontend Plugin Template

Reference example for using decky-frontend-lib in a PluginLoader plugin.

PluginLoader Discord Chat

Developers

Dependencies

This template relies on the user having pnpm installed on their system.
This can be downloaded from npm itself which is recommended.

Linux

sudo npm i -g pnpm

Getting Started

  1. Clone the repository to use as an example for making your plugin.
  2. In your clone of the repository run these commands:
    1. pnpm i
    2. pnpm run build
  3. You should do this every time you make changes to your plugin.

Note: If you are recieveing build errors due to an out of date library, you should run this command inside of your repository:

pnpm update decky-frontend-lib --latest

Distribution

WIP. Check back in later.