Jolg42 / circles-myxogastria

Webapp and mobile client for Circles

Home Page:https://circles.garden

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

circles-myxogastria

Web wallet for Circles


React web application and mobile client running in the browser hosted on Circles to receive Circles UBI, manage your wallet and organize your trust connections.

Requirements

  • Node.js (tested with v12 and v14)

Development

# Install dependencies
npm install

# Copy env file and edit it
cp .env.example .env

# Run tests
npm run test
npm run test:watch

# Check code formatting
npm run lint

# Start local server and watch changes
npm run serve

# Build for production
npm run build

License

GNU Affero General Public License v3.0 AGPL-3.0

About

Webapp and mobile client for Circles

https://circles.garden

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 99.6%Language:Shell 0.3%Language:HTML 0.1%