Giter VIP home page Giter VIP logo

Local Development Setup

Get Started

  1. Pull repo. git clone [email protected]:kdlcruz/kdlcruz.git
  2. Go to project. cd kdlcruz
  3. Install modules. npm install
  4. Start project. npm start

Starting a task

We follow a very specific branching workflow. All new work is started br branching from staging into a branch that is either prefixed with feature/ or hotfix/ depending on whether it is feature/change that adds new functionality, or a bug fix to existing functionality.

A PR back to staging should be created right away and prefixed with [WIP] so other team members may track progress of your work. When the branch has passed your own QA, remove the [WIP] and request a review from a team member. Once the branch has been reviewed it can be merged by an approved admin.

These features and hotfix branches will be automatically deployed to their own isolated QA environment when push into GitHub. For example:

branch name is feature/add-new-functionality

isolated QA should be https://f-add-new-functionalitydot-kdlcruz-183808.appspot.com

branch name is hotfix/fixup-bug

isolated QA should be https://h-fixup-bugdot-kdlcruz-183808.appspot.com

All merges into staging will be automatically deployed to our staging environment at https://staging-dot-kdlcruz-183808.appspot.com/

All branch name should be stricted to Alphabet, number and hyphen.

CI/CD

This project is heavily integrated with a CI/CD pipeline currently running on CircleCI. The app is deployed in Google App Engine.

Deployment to Production

master branch will only be used if the new features/hotfixes from staging passes from manual QA.

Run test/run lint test

npm run test / npm run lint

Kevin Jay Dela Cruz's Projects

bombo icon bombo

Bombo is an AngularJS service that lets your broadcast messages in between services, controllers and directives.

cleave.js icon cleave.js

Format input text content when you are typing

compress-images icon compress-images

Minify size your images. Image compression with extension: jpg/jpeg, svg, png, gif. NodeJs

i18n-node-2 icon i18n-node-2

Lightweight simple translation module for node.js / express.js with dynamic json storage. Uses common __('...') syntax in app and templates.

jstips icon jstips

This is about one JS tip every day!

just icon just

A library of dependency-free utilities that do just do one thing

node-gcloud-image icon node-gcloud-image

Simple base image containing docker, nodejs, git and gcloud sdk for ci usage

places icon places

:globe_with_meridians: Turn any <input> into an address autocomplete

platform icon platform

Qbix Platform for powering Social Apps (http://qbix.com/platform)

pm2 icon pm2

Production process manager for Node.js / io.js applications. Perfectly fitted for microservices architecture.

startup-checklist icon startup-checklist

A checklist for incorporation so you can get back to building your product, fundraising, etc.

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.