mirror of
https://github.com/Alee14/shiftos-website.git
synced 2025-01-22 11:52:16 +00:00
Public archive for the original ShiftOS, ShiftOS Next, ShiftOS C#, and ShiftOS 1.0.
.github/workflows | ||
.vscode | ||
public | ||
src | ||
.gitattributes | ||
.gitignore | ||
astro.config.mjs | ||
bun.lockb | ||
package.json | ||
README.md | ||
tsconfig.json |
ShiftOS Archive
Public archive for the original ShiftOS, ShiftOS Next, ShiftOS C#, and ShiftOS 1.0.
Make sure to clone the repository using git clone
so it could fetch all the files.
Submitting a ShiftOS binary
If you have a ShiftOS binary, zip it (if it has dependencies) then put it on public/assets/downloads/(version here)
. Then submit a pull request.
How to build
- Download NodeJS, and Yarn
- Run
yarn install
andyarn run dev