MLH-Fellowship / SocioMark

A social media platform that lets you upload images and secures them by embedding a personalised hash.
https://sociomark.netlify.app
MIT License
16 stars 8 forks source link

Website Description #114

Closed aitikgupta closed 3 years ago

aitikgupta commented 3 years ago

Found while sending SocioMark's link on Discord.

image

We can change the description to the one mentioned in the About section of this repository.

dp46504 commented 3 years ago

in /frontend/public/index.html you can change line 13 and that should do the work ;) image

aitikgupta commented 3 years ago

Hey @dp46504, thanks for the insight. You'll get browny points for creating a PR out of this! :p Do you wanna be assigned?

dp46504 commented 3 years ago

I'm starting to contributing but I have some issues with learning it. But on frontend i have issues running npm start on windows. Changing npm start script to SET NODE_ENV=development craco start didn't do much. I'm new at this :/

aitikgupta commented 3 years ago

@dp46504 thanks for reporting this, the error is coming from our side, basically we did things very fast on our Linux machines, without worrying about Windows users. Can you open a separate issue where we can discuss the solution to this?

aitikgupta commented 3 years ago

@dp46504 the errors must be resolved now! Now you would be able to run the backend, as well as the frontend. :D

dp46504 commented 3 years ago

I will try it later ;)