zeitgeistpm / ui

Zeitgeist general prediction markets application.
https://app.zeitgeist.pm
Apache License 2.0
15 stars 4 forks source link

Zeitgeist prediction markets

Install dependencies

yarn install

Setup environment variables

Some features require environment variables. To test locally create .env.local file from .env.example.

cp .env.example .env.local

Run development environment

yarn dev