/wallfair-organization-frontend

Wallfair Social Entertainment Plattform running on the polygon network and supporting automated market making

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

Wallfair Front-End

Usage

Step 1: Clone repository and install dependencies

git clone https://github.com/wallfair-organization/client-side.git
cd client-side
npm install

Step 2: Ensure backend environment is setup and running. Please refer to https://github.com/wallfair-organization/server-side

Step 3: Run the client with:

npm run start

Requirements

  • node v14