https://github.com/sshh12/go-pad
One of many go-link services made for personal use.
https://github.com/sshh12/go-pad
golinks rebassjs
Last synced: about 2 months ago
JSON representation
One of many go-link services made for personal use.
- Host: GitHub
- URL: https://github.com/sshh12/go-pad
- Owner: sshh12
- License: mit
- Created: 2020-12-14T23:32:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-15T23:18:36.000Z (over 4 years ago)
- Last Synced: 2025-02-14T12:17:45.023Z (3 months ago)
- Topics: golinks, rebassjs
- Language: JavaScript
- Homepage:
- Size: 240 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-pad
> One of [many](https://www.google.com/search?q=site:github.com%20golinks) go-link services made for personal use.

### Features
- Can be deployed as a static site (uses localstorage backend)
- Sync across multiple devices with push/pull API
- Gist-like notes
- [Themeable](https://theme-ui.com/demo/)### Deployment
```
$ git clone https://github.com/sshh12/go-pad
$ yarn install
$ yarn start
```### DNS
If you want to use this as `go/` then you'll need to make the domain `go` point to the IP of your server. See this [Linux, Windows, and MacOS tutorial](https://linuxize.com/post/how-to-edit-your-hosts-file/#modify-hosts-file-in-windows).