Companion App for Buddy Pond. Run your own https://buddypond.com offline with a single command.
- Installs the latest Buddy Pond source code locally to your system
- Installs the latest Buddy Pond AppStore locally to your system
- Starts up an HTTPS / SSL Static File Server on localhost to serve Buddy Pond
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
Binary distributions of MY BUDDY
are coming in two more weeks.
Buddy Pond Copyright (C) 2022 Marak Squires
See LICENSE
file