About • Getting Started • Contribute
This repository contains a Landing Page built with Angular 17 using SSR mechanism built during a live on my Youtube Channel.
Here you describe how to run your project locally
Here you list all prerequisites necessary for running your project. For example:
How to clone your project
git clone https://github.com/Fernanda-Kipper/landing-page-ssr.git
cd lading-page
Now you just need to install dependencies then run it.
npm install
npm start
We welcome contributions to the Text Editor project! Whether you're fixing a bug, adding a feature, or improving documentation, your input is valuable. Here's how you can contribute:
- Create a Feature Branch
Always work on a new branch for your changes. This keeps the main branch clean and your history organized:
- Follow Coding Standards
Consistency is key! Adhere to the coding standards and patterns established in the project. This ensures readability and maintainability of the code.
- Commit Your Changes
Write clear, concise commit messages following the Commit Pattern Guidelines. This helps in understanding the purpose of your changes and speeds up the review process.
- Open a Pull Request
Once your changes are ready, push your branch to your fork and open a pull request against the main repository. In your pull request description, clearly describe the problem solved or feature added. If your changes are visual, attach screenshots to help reviewers understand your modifications.
- Wait for Review
The project maintainers will review your pull request. Engage in the discussion, and make any requested changes. Your contributions will be merged into the project once approved!