Skip to content

ScoopInstaller/scoopinstaller.github.io

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.