Skip to content

Commit

Permalink
fix: Dev dependencies package update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash7824 committed Aug 25, 2024
1 parent a90ca28 commit 03dee45
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 93 deletions.
27 changes: 0 additions & 27 deletions README (2).md

This file was deleted.

28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,39 @@ This project is an online 2-player chess game where users can log in and compete
```bash
Create a .env file in the server folders and mention the Mongo Atlas Credentials.
## Deployment
- <span> Automated, customized, and executed the software development workflows with GitHub Actions </span>
- <span> Deployed the Client Application on Netlify using github actions </span>
- <span> Deployed the Server Side on AWS Lambda </span>
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.0.5.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application 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.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
## Contributing
We welcome contributions from the community! To contribute to this project, please follow these steps:
1. Fork the repository.
Expand Down
130 changes: 65 additions & 65 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.0.5",
"@angular-devkit/build-angular": "^16.2.14",
"@angular/cli": "~16.0.5",
"@angular/compiler-cli": "^16.0.0",
"@types/jasmine": "~4.3.0",
Expand Down

0 comments on commit 03dee45

Please sign in to comment.