ScoopInstaller / scoopinstaller.github.io

ScoopInstaller homepage and search engine

Home Page:https://scoop.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

ScoopInstaller homepage and search engine

https://scoop.sh

License:MIT License


Languages

Language:TypeScript 87.8%Language:CSS 10.9%Language:HTML 1.3%