tusharojha / polkaverse

The codebase for PolkaVerse, a reference application built on the Subsocial blockchain. Feel free to use the code in your own Subsocial dapps.

Home Page:https://polkaverse.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example dapp on the Subsocial blockchain by DappForce

PolkaVerse is a niche social site built on the Subsocial network. It focuses on the Polkadot and Kusama ecosystem. You can use this this code to help you in the development of your own dapps running on or integrated with Subsocial.

Visit Subsocial's website to learn more about the project.

Run locally

Clone this repo:

git clone git@github.com:dappforce/polkaverse.git
cd polkaverse

Create an .env file with settings that allow the app to connect to Subsocial's infrastructure:

cp dev.env .env

Install project dependencies:

yarn

Option A: Run in a DEV mode

Dev mode supports hot reloads – this is very helpful when developing UI because you can see changes in your browser without restarting the app. But it takes some time (in seconds) to compile the updated parts of the app, after you made changes to the source code.

yar dev

Option B: Run in a PROD mode

Prod mode doesn't support hot reloads, but works super fast, because the UI gets compiled by Next.js before running the app.

yarn build
yarn start

Go to localhost:3003

Customization

You can customize the app by changing the following variables in config/app/polkaverse file, or by creating a new file in config/app folder and setting APP_KIND variable in .env file to the name of your new file.

About

The codebase for PolkaVerse, a reference application built on the Subsocial blockchain. Feel free to use the code in your own Subsocial dapps.

https://polkaverse.com

License:GNU General Public License v3.0


Languages

Language:TypeScript 57.6%Language:CSS 37.9%Language:SCSS 2.2%Language:Sass 1.8%Language:JavaScript 0.4%Language:Dockerfile 0.1%Language:HTML 0.0%Language:Shell 0.0%