Skip to content

ubaidazad/chillnfix.com

 
 

Repository files navigation

CircleCI Build Status Join the chat at https://gitter.im/chillnfix/chillnfix.com Codacy Badge

Chillnfix

ChillnFix organizes your team parties effitiently. This project is still in alpha. Built with Angular, ngrx, firebase

Table of Contents

Development server

Run npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run npm run build to build the project. The build artifacts will be stored in the dist/ directory. Run npm run build_prod for a production build.

Linting

Run npm run lint to lint both .ts and .scss files.

npm run tslint
npm run stylelint

Run Tests

Run ng test to execute the unit tests via Karma.

Execute e2e tests

Run ng e2e to execute the end-to-end tests via Protractor.

$ npm run e2e

Bugs / Feature request

feel free to report bugs and other features

Want to Help?

Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues in the hotlist:

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 74.7%
  • HTML 9.7%
  • Shell 9.3%
  • CSS 3.3%
  • JavaScript 3.0%