If you want to setup the development enviorment and play around with the devlopment version you can clone the packages repo
The development enviorment uses pnpm to manage dependencies, so you will need to install that first
git clone https://github.com/satellite-earth/packages.git
cd packages
# Install dependencies with pnpm
make install
# Build all apps and packages
make build
# Start the personal node
make start
# or run the development environment
make devAvaliable commands
make installInstall all dependenciesmake updatePull, install, and build all packages and appsmake nukeRemove all installed dependenciesmake startStartpersonal-nodemake devRun the development enviroment with live reloading