BASE: Bridged App SErvices - bridged.cc
public services (all services except auth and billing) msa repository
In that case, you are looking for base-sdk
- asset-service
- g11n-service
- resource-hosting
- application hosting
- cors-service
- auth (read the development token generation docs)
Fogs are managed in separate repository. Visit functions
# cloning with git submodules
git clone https://github.com/bridgedxyz/services.git --recurse-submodules
# pulling with git submodules (second entry)
git submodule update --init --recursive
you need serverless framework to be installed on your local machine
yarn
# replace target-service with actual directory name that you are targetting
cd ./target-service
sls offline
if you are simply lookin for bridged cloud access, this can be done with client-sdk