Skip to content

ScoopInstaller/scoopinstaller.github.io

Folders and files

NameName
Last commit message
Last commit date
Jan 10, 2023
May 5, 2024
Jan 24, 2023
Dec 14, 2022
Aug 25, 2024
Jan 19, 2022
Dec 14, 2022
Jan 19, 2022
Dec 18, 2022
Feb 4, 2022
May 1, 2022
Mar 20, 2024
May 11, 2023
Mar 2, 2025
Sep 20, 2024
Jan 19, 2022
Dec 14, 2022
Dec 14, 2022
Feb 27, 2023

Repository files navigation

Deployment status Open in GitHub Codespaces

Scoop website

This repository is used to build the Scoop website https://scoop.sh

Build this project

Get the source

  • 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

Prerequisites

  • Install a recent Node version >= 16.0.0, e.g. scoop install nodejs
  • Run npm update

Launch the application

  • Run npm run dev

Application should run on http://localhost:3000 or https://localhost:5000 to pass CORS checks and query the search database.

Build the application

  • Run npm run build

Preview the production build

  • Run npm run preview

Contribute to this project

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.