Skip to content

Instantly share code, notes, and snippets.

@tlgreg86
Last active August 29, 2017 17:14
Show Gist options
  • Save tlgreg86/7035ee83e12d2e4125d0a3d7e623ebdc to your computer and use it in GitHub Desktop.
Save tlgreg86/7035ee83e12d2e4125d0a3d7e623ebdc to your computer and use it in GitHub Desktop.
House of Vars Notes

How was the setup and installation process?

The installation process was a little difficult. The documentation is kind of confusing considering there are two different sets of setup documents. In the README there are setup instruction that are pretty concise but there is also a link to another setup guide that is much more detailed and confusing as someone unfamiliar with the code base. In both documents there are conflicting installation instructions, one wanting an npm install with the server runnong on localhost:8080 and another wanting ng serve with the server running on localhost:4200. There also wasn't any instruction on what to install if you don't have AngularJS installed on your machine which caused issues across our teams machines.

What’s unfamiliar?

This codebase used AngularJS as the framework to build the app in along with typescript files. SASS is used for the styling. This codebase utilizes several tools that I am unfamiliar with.

How can you contribute to the project?

The site is already pretty well put together and is responsive. Right now the main fixes are UX/UI and styling.

Issue #1157 - Home Page - Add more padding to featured image

Issue #1156 - Roles - Change the label and hard code values

Issue #1138 - Log In / Sign Up: Replace with button

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment