-
Set up the url for the backend. The default url is linking to the DegenLab signature generation backend. To change it to your own backend, update the post request in the SigForm.tsx file. For a local backend the request will be
http://localhost:8080/get-signature
. -
Install dependencies
npm i
- Build the frontend
npm run build
- Run the frontend
npm run start