This template is built using the Orbis SDK that developers can use to created decentralized and composable social applications / features very easily. The SDK documentation can be accessed here.
In order to customize this template for your community, you will need to do the following:
- Create an Orbis group for your own community on the orbis.club website.
- Copy the newly created group's ID (check the URL) and paste it here in
pages/_app.js
-->GROUP_ID
. - Change the values in the
components/User.js
file. - Change
groupLogoUrl
in thecomponents/GroupDetails.js
file.
Install JS packages:
npm install
# or
yarn install
Then run the app:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the website.