0.0.1 • Published 1 year ago

@subsocial/starter v0.0.1

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
1 year ago

Subsocial Starter

The starter of your social web3 journey.

The starter is the foundational layer for using Subsocial JS SDK in a React app.

It provides you with all set of methods, APIs, connections, etc. that you might need while writing your favourite social finance web app for your users.

Getting started is easy, just follow the steps:

Note: Since the project is not deployed yet, so the steps will be a bit different but easy in future.

Creating a new starter project

  • Clone this repository in your machine. (Not needed after starter deployment).
  • Go to the project repository. (Not needed after starter deployment).
  • Run the command:
  npx create-react-app my-app --template file:.

Running the project

  • Change directory to my-app
  • Run command yarn to install all packages
  • Run command yarn start to start the local project
  • Congratulations, now your first Subsocial App is up and running.

Open the my-app directory, in a text-editor like VS Code or IDE and start building your favourite decenteralized social network. Read the comments inside the project for help.

Other helpful resources: