Roleverse is a decentralized social platform with roleplaying features. Mint your token, choose role, buy perks and tell stories with your friends.
- Node.js >= 20.18.1
- Yarn >= 4.6.0
- Clone the repository:
git clone https://github.com/teimurjan/roleverse.git
cd roleverse
- Install dependencies:
yarn
To start the development services, run:
make up
Then, start FE and browser the app:
cd client/web
yarn dev