GithubHelp home page GithubHelp logo

unleash's Introduction

Unleash your potential

An app that helps developers grow and track their progress.

Build Status dependencies Status devDependency Status

Requirements

You need to install:

(Note: if you're using OS X and install Docker Toolbox with Docker Machine webpack's liverload won't probably work - please install Docker For Mac to fully utilize webpack's livereloading)

Setup

Install dependencies

In order to install node & bower dependencies run the command (it might take a while but it's one-time only):

docker-compose run web npm install

Config

Create a config.js in the root directory of the project and override or set any value provided by config.dist.js. The minimal contents for the config.js file should be:

module.exports = {
}

Google Authentication and Firebase

Steps to get a Firebase Key for local development:

  1. Create a Firebase project in the Firebase console
  2. Click Add Firebase to your web app.
  3. Note the initialization code snippet, which you will use in a minute.
  4. In the Firebase console, open the Auth section.
  5. On the Sign in method tab, enable the Google sign-in method and click Save.
  6. Update your config.js with your Firebase key.

Running

In the Docker Quickstart Terminal go to the application folder and type:

docker-compose up

Wait for Docker to run the application.

Once the application is running you can access it at localhost

Running as daemon

Optionally you can also run the application as a daemon. Just type:

docker-compose up -d

If you'd like to see if it's running properly just type

docker-compose logs -ft

Accessing the container

If you want to get into the container with running application just type:

docker-compose run web bash

Testing

In order to run tests please type:

docker-compose run web npm run test

In order to run lint please type:

docker-compose run web npm run test:lint

unleash's People

Contributors

theanxy avatar karolsojko avatar szymonmichalak avatar tade0 avatar joshwnj avatar singerxt avatar williamcabrera4 avatar rmariuzzo avatar ryanchartrand avatar bartkrol avatar diegodurli avatar

Watchers

James Cloos avatar  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.