They stole my laptop! How can I recover my React.js project?

They stole my laptop, and I lost the code of my project created with React.js since I didn’t have any backup; it was only deployed on Netlify. How could I recover the code of my React.js project?
Thank you very much in advance!

@Ignacab That sucks!

If you weren’t using a repository then you wouldn’t be able to, as Netlify doesn’t store your source files.

You could download the build output:

Hi, @Ignacab :wave:t6: sorry to hear about your laptop :cry:. Nathan is correct we don’t store your source code/files. If you used a repo (github, git etc) perhaps you can recover the code from there?