involveMINT / iMPublic

Public involveMINT repo
https://app.involvemint.io
GNU Affero General Public License v3.0
11 stars 28 forks source link
alternative bartering basicincome circulareconomy community crypto cryptocurrency ecology economics environment hacktoberfest hacktoberfest2024 marketplace nonprofit regeneration sdg socialimpact sustainability volunteer

Official involveMINT Web App Repository

Setting Up Environment

Prerequisites:

Steps

  1. Clone repository
git clone git@ssh.dev.azure.com:v3/involvemint/involveMINT/involvemint2.0
  1. Change directory into repository
cd involvemint2.0
  1. Install dependencies
npm install
  1. Start client
npx ng s
  1. In another terminal, start server
npx ng s api