Skip to content

beckn/beckn-exp-guide-ui

Repository files navigation

Project Introduction

This repository hosts the code for the Experience Center landing page. This includes cards for all the applications hosted on the experience center.

Release Notes

Version Release Date
1.0 2024-02-02

Installation/Setup Guide

Steps to run this on local:-

  1. Clone this repo
  2. Run npm install -f
  3. Run npm start
  4. Keep node version updated

User Guide

Link to Experience Center

Experience center

Contributing guidelines

  1. Fork the repository in your repository.
  2. Clone the forked repository to your local machine.
  3. Create a new branch for your contribution: git checkout -b feature/your-feature-name
  4. Make your changes and commit them: git commit -m "Your commit message"
  5. Push to the branch: git push origin feature/your-feature-name
  6. Submit a pull request to the main repository.

Code Style and Standards

  • Follow the coding style and standards used in the project.
  • Use meaningful variable and function names.
  • Write clear and concise comments when necessary.
  • Ensure your code is well-documented.

Testing

  • Ensure your changes pass all existing tests.
  • Write additional tests if necessary to cover your changes.
  • Run the test suite before submitting a pull request.

Reporting Bugs

If you find a bug, please report it by opening an issue on GitHub. Include as much detail as possible, such as the steps to reproduce the bug and your environment details.

Feature Requests

If you have an idea for a new feature or improvement, feel free to open an issue to discuss it. Provide a clear description of the feature and why it would be beneficial.

Pull Request Guidelines

  • Provide a clear and descriptive title for your pull request.
  • Include a detailed description of the changes you've made.
  • Reference any related issues in your pull request.
  • Ensure your code is properly tested.