tobySolutions / AniLearn.dev

We offer top-notch content for easy learning, with clear visual development principles.

Home Page:https://anilearn.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AniLearn.dev

πŸŽ‰ Want to contribute?

πŸ”– Tech Stack

The code base of this repo uses

For contributing to the code, you will need

  • Node installed on your computer.
  • Basic knowledge of Git

πŸ”– Contribution steps

We welcome contributions from anyone who is interested in improving this project. If you'd like to contribute, here are some ways you can get started:

  • Submit a bug report if you find any issues with the application.
  • Suggest new features or improvements.
  • Submit a pull request to fix a bug or add a feature after an issue is assigned to you.

To submit a pull request, please follow these steps:

  1. Fork this repository.

  2. Clone the forked repository.

    git clone https://github.com/<your-github-username>/AniLearn.dev.git
  3. Navigate to the project directory.

    cd AniLearn.dev
  4. Install dependencies

    pnpm install
  5. Create a new branch.

    git checkout -b <your_branch_name>
  6. Make changes.

  7. Stage your changes.

    git add <filename>
  8. Commit your changes.

    git commit -m "<your-commit-message>"
  9. View and review your changes locally before pushing it.

  10. To run and view the application on localhost

    pnpm dev
  11. Push your changes into your branch

    git push origin <your_branch_name>
  12. Create a pull request from your branch to the original repository.

  13. Congratulations on creating the pull request! Now, patiently await the review, address any requested changes, and soon your contribution will be merged.

πŸ”– Make your Work ease

pnpm template

by running this command, everything will be set up for you to start writing codes.

  • TSX with all the components

For example: Demo

About

We offer top-notch content for easy learning, with clear visual development principles.

https://anilearn.dev

License:MIT License


Languages

Language:TypeScript 93.9%Language:JavaScript 3.9%Language:CSS 2.2%