Skip to content

The frontend for a Symmetric node. Reddit-like decentralized discussion platform.

License

Notifications You must be signed in to change notification settings

symmetric-project/node-frontend

Repository files navigation

license stars forks issues size

node-frontend

The frontend for a Symmetric node.

Preview

Create a env.local file with the following parameters:

NEXT_PUBLIC_MODE=prod
NEXT_PUBLIC_NODE_DOMAIN_DEV=localhost:3000
NEXT_PUBLIC_NODE_DOMAIN_PROD=lipslist.com
NEXT_PUBLIC_FRONTEND_BASE_URL_DEV=http://localhost:3000
NEXT_PUBLIC_FRONTEND_BASE_URL_PROD=https://symmetric.lipslist.com
NEXT_PUBLIC_BACKEND_BASE_URL_DEV=http://localhost:4000
NEXT_PUBLIC_BACKEND_BASE_URL_PROD=https://symmetric-api.lipslist.com
BACKDOOR_JWT=

Contributing

We have a contributing guide over here.

Community

Join our Discord to get an invite.