/keygencoders_web

A webpage for keygencoders club of kgec

Primary LanguageTypeScript

Keygencoders Web

This project was created with Angular version 8.1.0.

Development server

Run ng serve -o for a dev server. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

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

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

How to commit to repository

  1. Fork it from https://github.com/xritzx/keygencoders_web.git
  2. Clone the forked repository to your machine
  git clone your_repo_url
  1. Make your changes and Commit your changes locally
  2. Add the main repository as upstream using this command
    git remote add origin https://github.com/xritzx/keygencoders_web.git
  1. Fetch the upstream
  git fetch upstream
  1. Merge upstream with your local master for latest changes
  git merge upstream/master master
  1. Push all the changes to your forked repo
  git push origin master
  1. Make pull request