croko22 / readera-cites

Cites and Booknotes visualizer from Readera Backup file
https://readera-cites.netlify.app
MIT License
5 stars 0 forks source link

Your Website is dead. Totally. #2

Closed MizuNoNakaniwa closed 2 months ago

MizuNoNakaniwa commented 2 months ago

I don't know if it's because my notes are Chinese, but anyway, when I put the json file in, it doesn't show more, it's blank. So I think your page should be dead.

MizuNoNakaniwa commented 2 months ago

If you don't want to fix website, could you tell me how this code works locally? I have python on my computer but I don't know how to use it, thanks.

croko22 commented 2 months ago

I don't know if it's because my notes are Chinese, but anyway, when I put the json file in, it doesn't show more, it's blank. So I think your page should be dead.

How is the structure of your json file

I tested mine recently and it worked fine, so I'm guessing it might be a format issue.

image_2024-07-13_191123703

croko22 commented 2 months ago

If you don't want to fix website, could you tell me how this code works locally? I have python on my computer but I don't know how to use it, thanks.

Make sure you have Node.js installed npm install (This installs all the project dependencies listed in the package.json file.) npm run dev (This starts the development server and usually opens your app in the browser at http://localhost:3000/.)

MizuNoNakaniwa commented 2 months ago

If you don't want to fix website, could you tell me how this code works locally? I have python on my computer but I don't know how to use it, thanks.

Make sure you have Node.js installed npm install (This installs all the project dependencies listed in the package.json file.) npm run dev (This starts the development server and usually opens your app in the browser at http://localhost:3000/.)

Hey croko22, Thanks dude! It's all solved. Peace.🙏