Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

tuum-tech/decentralized-socialhub

Repository files navigation

Profile

Dependencies

Run the following command to ensure all the dependencies are installed and background services are started:

# Change to your own SMTP server info on docker/assist-restapi.env
./setup.sh start

If you want to clean everything and get latest docker images next time, do:

./setup.sh cleanup

The following dependent services are now started:

Profile API Service

You need to run Profile API service before you can start Profile app

Prep the backend

  • yarn
  • cp .env.example .env
  • node src/scripts/appvault.scripts.js
  • node src/scripts/spaces.script.js

Run the app

  • npm start
  • Your app should be running at localhost:3000

Deploy to production

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published