Skip to content

kozlowsm/LaunchPadv2.0

Repository files navigation

LaunchPadv2.0

LaunchPad version 2.0 - site redesign

Quick Start

# Install dependencies
npm install

# Serve on localhost:3000
npm start

Project Guidelines

Git workflow resources:

Process for Git Merging:

  • Go to merging branch and call git fetch to ensure branch is up to date with receiving branch.
  • Ensure that HEAD is pointing to the correct merge-receiving branch; execute git checkout <receiving branch> (git checkout master)
  • Make sure the receiving branch and the merging branch are up-to-date with the latest remote changes; execute git pull on the receiving (master) branch.
  • Execute git merge <branch name> where 'branch name' is the merging branch.

CSS/HTML style guidelines:

JavaScript/Node.js guidelines:

About

LaunchPad version 2.0 - site redesign

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published