List of gaming influencers and their details.
The server and client app have separate package files. You'll need to install the modules separatly.
# install server packages
yarn install
# install client packages
cd client && yarn install && cd ..
Start server and client app for local development.
yarn dev