hackerspace-team / commonwealth

A platform for decentralized communities

Home Page:https://commonwealth.im

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scripts

  • yarn start-all
    • Starts ALL the microservices in different processes. Requires a RabbitMQ instance/connection to function properly.
  • yarn start-apps
    • Starts just the web-servers from all the microservices (currently just Commonwealth and Chain-Events)
    • This should be enough for most local front-end development
  • yarn start-rmq
    • Starts a local RabbitMQ instance using Docker.
    • Run this in a separate terminal and pair it with the yarn start-all command to get a fully functional app.
  • yarn start-redis
    • make sure to have REDIS_URL=redis://localhost:6379 in your .env file
    • Starts a local redis instance using Docker, it will start redis on its default port 6379
  • yarn load-db [optional-dump-name]
    • Loads the default latest.dump or the optional-dump-name into the database
    • Only available in the commonwealth and chain-events packages

About

A platform for decentralized communities

https://commonwealth.im

License:GNU General Public License v3.0


Languages

Language:TypeScript 81.7%Language:JavaScript 12.0%Language:SCSS 3.4%Language:Solidity 2.4%Language:Shell 0.4%Language:HTML 0.1%Language:CSS 0.0%Language:Procfile 0.0%Language:Dockerfile 0.0%