Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

SETUP FOR TWITGRAM

-Clone this repo onto your own machine.

-Modify the config file (.env) to house your own Firebase settings.

-These settings can be found in the Firebase console, via settings -> general -> your apps (choose your app) -> config inside the SDK snippet.

-Simply copy the variables located there into their respective positions inside the .env file.

-Next, if your collection is not named 'tweets', then you will have to go to lines 50 and 69 in My_Twitgrams.vue and lines 54 and 71 in Home.vue, and change the collection being called to whatever you named your collecton to be.

-Run npm install moment --save to install moment.js.

-Run npm install, followed by npm run serve in order to run the application/

-Finally, go to the provided local link (probably hppt://localhost:8080/) and you will be good to go.