Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boringproxy/boringproxy.io
https://github.com/boringproxy/boringproxy.io
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/boringproxy/boringproxy.io
- Owner: boringproxy
- Created: 2020-10-22T19:37:04.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-26T17:05:02.000Z (over 2 years ago)
- Last Synced: 2024-08-01T12:23:06.567Z (3 months ago)
- Language: Go
- Size: 68.4 KB
- Stars: 4
- Watchers: 2
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - boringproxy/boringproxy.io - (others)
README
# boringproxy.io
This repository contains the source files for the boringproxy.io website.
Build it with
```bash
npm i
npm run build # builds into the current directory
npm run build docs # builds into the docs subdirectory
```If your system comes with the `entr` command, you can rebuild the site on file changes.
```bash
npm run watch # builds and watches for file changes
npm run watch docs # builds to docs and watches for file changes
```Sometimes you need to start your build from scratch.
```bash
npm run clean # cleans selected files in the current directory
npm run clean docs # cleans the docs directory
```See all build jobs and their specifications with `npm run.`