A set of lambda functions to manage users in TekCapzule
View Demo |
Report Bug |
Request Feature
Table of Contents
TekCapzule Web Applicaiton built using Angular. TekCapzule user's can leverage this application to explore and learn new tech topics, read tech news, articles and veriety of other contents. Follow specific tech topics to get daily updates etc.
Please follow the below instructions to setup the project locally.
This project requires following softwares:
- Angular CLI
- Node.Js
Please follow the step by step instructions to install the required softwares and setup the project.
- Clone the repo
git clone https://github.com/tekcapzule/tekcapzule-lms-web.git
- Run the following command for building the project locally
npm install ng build
- Run the following command to start the dev server. Navigate to
http://localhost:4200/
. The app will automatically reload if you change any of the source files.ng serve
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/Neweature
) - Commit your Changes (
git commit -m 'Add some NewFeature'
) - Push to the Branch (
git push origin feature/NewFeature
) - Open a Pull Request
Distributed under the GNU GENERAL PUBLIC LICENSE. See LICENSE.txt
for more information.