Skip to content

tsb15104/web-three-twitter-boilerplate

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?
Code
This branch is 1 commit ahead of bpd01001:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Vue 73.3%
  • JavaScript 22.9%
  • HTML 3.8%