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 >= 16.0.0, e.g.
scoop install nodejs
- Run
npm update
- Run
npm run dev
Application should run on http://localhost:3000 or https://localhost:5000 to pass CORS checks and query the search database.
- Run
npm run build
- Run
npm run preview
Pull requests are most welcome!
Please target the main
branch and run npm run build
(or at least npm run lint
) to ensure your changes compile and match the code guidelines.