https://github.com/marak/mybuddy
https://github.com/marak/mybuddy
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/marak/mybuddy
- Owner: Marak
- License: other
- Created: 2022-04-18T22:49:23.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-27T14:36:04.000Z (about 4 years ago)
- Last Synced: 2024-10-29T11:13:09.077Z (over 1 year ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
# Buddy Pond My Buddy
Companion App for [Buddy Pond](https://buddypond.com).
Run your own [https://buddypond.com](https://buddypond.com) offline with a single command.
## What does this App do?
- Installs the latest [Buddy Pond source code](https://github.com/marak/buddypond) locally to your system
- Installs the latest [Buddy Pond AppStore](https://github.com/Marak/buddypond/tree/master/desktop/appstore) locally to your system
- Starts up an HTTPS / SSL Static File Server on localhost to serve Buddy Pond
## Compile My Buddy From source
Would rather just run the source? Awesome!
Simply run the following commands. You will need to have: `git`, `npm`, and `node` ready.
```
git clone https://github.com/Marak/mybuddy
cd mybuddy
npm install
npm start
```
You can now start using Buddy Pond by visiting `https://localhost`
## Download My Buddy
Binary distributions of `MY BUDDY` are coming in two more weeks.
### License
Buddy Pond Copyright (C) 2022 Marak Squires
See `LICENSE` file