Butter serves as the official client showcase for Desmos and permissionless social microblogging app. By utilizing Butter, you gain a functional illustration of the seamless integration of any Desmos module into a mobile application. Additionally, it effectively demonstrates the practical application of each of Desmos' individual tools within this specific context.
In order to properly build Butter you will need to first setup your environment files.
First, you need to setup the .prebuild.env file. To do so:
- Create the new file using the
.prebuild.env.samplefile as the template:cp .prebuild.env.sample .prebuild.env - Fill out the required information inside the new
.prebuild.envfile.
Second, you need to setup the .env file:
- Create the file by using the
.env.samplefile as the template:cp .env.sample .env - Fill out the required information inside the new
.envfile.
Once you have your environment properly setup, you can run the application by using the following commands:
- Running the prebuild script:
yarn prebuild - Installing the Android or iOS version:
yarn install <android/ios> - Running the Metro server:
yarn start