Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 4.9 KB

README.md

File metadata and controls

33 lines (26 loc) · 4.9 KB

Skybook Feedback

Add to Homescreen

A Skapp where writers can upload their book or story on Skynet and receive feedback from the community

Features

  • 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

Technologies

  • React
  • semantic-ui
  • MySky
  • SkyDB

Running the Skapp on local host

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

Note for deploying to Skynet

Change const client = new SkynetClient(portal); to const client = new SkynetClient();