https://github.com/alanbsmith/careercrumbs-client
Client-side application for Career Crumbs
https://github.com/alanbsmith/careercrumbs-client
Last synced: 10 months ago
JSON representation
Client-side application for Career Crumbs
- Host: GitHub
- URL: https://github.com/alanbsmith/careercrumbs-client
- Owner: alanbsmith
- Created: 2015-12-11T01:41:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-11T01:42:54.000Z (over 10 years ago)
- Last Synced: 2025-02-02T19:33:52.720Z (over 1 year ago)
- Language: JavaScript
- Size: 230 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Career Crumbs
[](https://circleci.com/gh/careercrumbs/careercrumbs-client)
Career Crumbs helps you taste your future.
## Important Links
* [GitHub](https://github.com/careercrumbs/careercrumbs-client)
## Relevant Resources
## Glossary
## System Dependencies
* Node 4.2.1+
## Deployment
These enviornment variables are required on staging and production.
## Style Guide
### Writing SCSS
- In general, follow the [Sass Guidelines](http://sass-guidelin.es/)
- SCSS in this app is generally organized following the [7-1 Pattern](http://sass-guidelin.es/#the-7-1-pattern).
- Single quotes only, no double quotes.
- Alphabetize attributes inside a selector. Example:
```
.mybox {
border: 1px solid orange;
color: red;
width: 100px;
}
```
## Git Workflow
### Pull Requests
Use this [Pull Request template](https://gist.github.com/marcgarreau/aeccf320a3743c87c760) in your PR on GitHub.
### Merging Branches