Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 338 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 338 Bytes

Star Wars Website Based on http://swapi.co/

How to Start

$ npm install && npm start

Deploy to Firebase

$ npm run build
$ firebase deploy --only hosting

Update Data on Firebase Storage

$ cd swapiFetcher/ && npm start (Firebase Key is Required!)