|
1 |
| -## Git-From-Scratch |
| 1 | +# GitVisualize |
2 | 2 |
|
3 |
| -I work with `git` for like a lot of time and listening to the terms that I don' |
4 |
| -t have enough knowledge gives me a hit. |
| 3 | +This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.7.3. |
5 | 4 |
|
6 |
| -So, here I am, figuring out how git may work. |
7 |
| -It is just a trial where I will try to figure out how `git` `may` work. Since I am not |
8 |
| -interested in reading the original mirror of @git so I thought of challenging myself a bit. |
| 5 | +## Development server |
9 | 6 |
|
10 |
| -## Vision |
11 |
| -`A git that everyone can understand`. It will have the necessary documentation about the hypothesis |
12 |
| -proposed for the project. |
13 |
| -Since It is just a timepass project, therefore I will be using it to `Version Control` a simple |
14 |
| -file that contains data as |
15 |
| -``` |
16 |
| -1 |
17 |
| -2 |
18 |
| -3 |
19 |
| -4 |
20 |
| -``` |
21 |
| -Any change in the file will be checked and then stored. I will make it a heavy VCS and tnen |
22 |
| -make it comply with space efficiency (ik it is difficult to do, when you're going on with |
23 |
| -the intuition that your hypothesis is correct :P) |
| 7 | +Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files. |
24 | 8 |
|
| 9 | +## Code scaffolding |
25 | 10 |
|
26 |
| -## Language |
| 11 | +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`. |
27 | 12 |
|
28 |
| -I will be using Javascript for making this project. I don't have any specific reason for |
29 |
| -choosing this language. Let's just go with the flow :P |
| 13 | +## Build |
30 | 14 |
|
31 |
| -## Author |
| 15 | +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. |
32 | 16 |
|
33 |
| -Manish Devgan |
34 |
| -@gabru-md |
| 17 | +## Running unit tests |
| 18 | + |
| 19 | +Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). |
| 20 | + |
| 21 | +## Running end-to-end tests |
| 22 | + |
| 23 | +Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/). |
| 24 | + |
| 25 | +## Further help |
| 26 | + |
| 27 | +To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md). |
0 commit comments