Subsocial React Example is a Next.js project using our JS SDK and mui.
The project is a simplified implementation of Subsocial Web App
Follow the steps below to install the project locally:
- Clone the repository using
git clone https://github.com/dappforce/subsocial-react-example
- Move to project directory
cd subsocial-react-example
- Use
npm i
oryarn
to install all the dependencies
To run the project locally use yarn dev
command in the root directory.
This will start a development build of the NextJS project.
You can easily deploy the project to vercel or similar platforms by integrating CI/CD from your github repository.
For more details, read here.