This repository is used to build the Scoop website https://scoop.sh
- If you already use Scoop, install Git and clone the repository:
scoop install git
git clone https://github.com/ScoopInstaller/scoopinstaller.github.io
cd scoopinstaller.github.io
- Install a recent Node version >= 24.0.0, e.g.
scoop install nodejs-lts - Install pnpm:
scoop install pnpmornpm install -g pnpm - Run
pnpm install
- Run
pnpm run dev
Application should run on http://localhost:3000 or https://localhost:5000 to pass CORS checks and query the search database.
- Run
pnpm run build
- Run
pnpm run preview
Pull requests are most welcome!
Please target the main branch and run pnpm run build (or at least pnpm run lint) to ensure your changes compile and match the code guidelines.