Skip to content

oSoc17/snipstory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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