Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 604 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 604 Bytes

iShare

Build Status License: MIT Dependencies Status

Educational web app that teaches history based on human stories

More detailed documentation is available in the Github wiki.

Local development

Install dependencies

npm install # or yarn

Run the dev server

npm start

Build for production

npm run build