Giter Site home page Giter Site logo

nustrellaibsen / linkslist Goto Github PK

View Code? Open in Web Editor NEW

This project forked from denno020/linkslist

0.0 0.0 0.0 201 KB

Simply create a list of links. Then share it! Create an eBay wish list, share an Etsy shopping list, or just create links from raw strings

License: GNU General Public License v3.0

JavaScript 57.68% HTML 2.47% CSS 15.64% Vue 24.21%

linkslist's Introduction

Links List

Create a list of links, then share it!

Requirements

Global packages required:

Along with the tools above, a new Firebase project will need to be set up in your (Firebase Console)[https://console.firebase.google.com/]

Getting Started

Check out the repository:

git clone https://github.com/denno020/linkslist.git

N.b. The folder name will need to be all lowercase in order to be able to configure the project with Firebase Tools CLI

Development Set Up

Firebase

After the repository has been cloned, navigate into the directory and initialise a new Firebase project,

firebase init

N.b. As you're going through init above, the CLI will ask if you wish to overwrite functions/package.json and functions/index.js, select No for both.

Then make the following updates

  • Update project ID's and API keys in application-configuration.js

  • Set names of your database tables in functions/tables.json

VueJs

Once Firebase is configured, the rest of the project can be configured,

yarn install

N.b. this is different to the npm install that Firebase Tools CLI asked if you'd like to run.

Then make the following updates

  • [Optional] Update the Bugsnag ID in src/main.js
    • Bugsnag is a great bug tracking library that will notify you via email when an error occurs on your site.
  • [Optional] Update Google Analytis ID in public/index.html

Development

To run the application locally

yarn serve

To use local copies of Firebase cloud functions

firebase serve --only functions

Release history

  • 1.0.0
    • Initial release

Meta

Luke Denton - @denno020 - [email protected]

Distributed under the GNU General Public Licence. See LICENCE for more information.

https://github.com/denno020/linkslist

Contributing

  1. Fork the repository (https://github.com/denno020/linkslist)
  2. Create your feature branch (git checkout -b feature/myFeature)
  3. Commit your changes (git commit -am 'Added myFeature')
  4. Push to the branch (git push origin feature/myFeature)
  5. Create a new Pull Request

linkslist's People

Contributors

denno020 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.