SocialKYC
February 7, 2025 ยท View on GitHub
The source code of https://socialkyc.io
Copyright (c) 2025, KILT Foundation. All rights reserved.
Start the app locally
After having cloned the repository on your local machine and defining all environment variables, to start the app locally follow this steps.
-
Make sure you have all dependencies installed, running:
yarn install -
Enter the dev watch mode from parcel (builds as well), running:
yarn dev -
On a new terminal window, start the app, running:
yarn dev-startNow you can see the logs of the backend on the terminal and visit the frontend under the URL specified by the variable
URLfrom the.env-file. (By default http://localhost:3000)