A progressive webapp that allows you to read Harvard Classics
npm -v
sudo npm -g i ionic
, it will ask you for your user passwordionic -v
, the version when writing this is 4.6.0git clone https://github.com/cunla/harvardclassics2
, project will be
cloned to a directory harvardclassics2
under the directory where you ran the commandnpm install
to download all dependenciesionic serve
http://localhost:8100
In order to use the DB functionality set up environment.ts
using your backbase settings.
export const environment = {
production: false,
firebase: {
apiKey: 'AIzaSyBqFThhFkJF_8FFgzdg1LIsvhixhz30-G8',
authDomain: 'harvardclassics365.firebaseapp.com',
databaseURL: 'https://harvardclassics365.firebaseio.com',
projectId: 'harvardclassics365',
storageBucket: 'harvardclassics365.appspot.com',
messagingSenderId: '319043773098'
},
};
npm run start
👤 Daniel & Natalia Moran
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2019 Daniel & Natalia Moran.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator