https://github.com/loophole/website
Loophole. Instant hosting, right from your local machine. Website.
https://github.com/loophole/website
expose-localhost secure ssh tunnel
Last synced: 4 months ago
JSON representation
Loophole. Instant hosting, right from your local machine. Website.
- Host: GitHub
- URL: https://github.com/loophole/website
- Owner: loophole
- Created: 2020-06-03T09:55:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T08:32:33.000Z (about 2 years ago)
- Last Synced: 2024-05-06T09:38:54.060Z (about 2 years ago)
- Topics: expose-localhost, secure, ssh, tunnel
- Language: JavaScript
- Homepage: https://loophole.cloud
- Size: 17.2 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website
This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator.
## Installation
```console
npm install
```
## Local Development
```console
npm start
```
This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
## Build
```console
npm run build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.
## Deployment
```console
npx docusaurus deploy
```
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.