The frontend for a Symmetric node.
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=
We have a contributing guide over here.
Join our Discord to get an invite.