Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 837 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 837 Bytes

Snipstory

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

Deploy on firebase

npm install -g firebase-tools # if you don't already have it
firebase deploy

Change firebase project

change the id in .firebaserc and change the config object in src\helpers\firebase.js.