A Skapp where writers can upload their book or story on Skynet and receive feedback from the community
- Live Site - https://skybookfeedback.hns.siasky.net/
- User can login with MySky
- Writers can upload their story or book
- User can comment on the writers's story or book
- User can bookmark the e-book(PDF) to revisit in the future
- User can move the page of the e-book(PDF) with arrow keys
- React
- semantic-ui
- MySky
- SkyDB
Important: Using MySky on Brave does not work
- Clone or download this repository
- Run
npm i
to install the dependencies - Create a file called 'config.js' on the src folder and add the following code
export const seedphase = "your words";
- Run
npm start
to start the Skapp
Change const client = new SkynetClient(portal);
to const client = new SkynetClient();