Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.11 KB

CONTRIBUTING.md

File metadata and controls

28 lines (17 loc) · 1.11 KB

Contributing to Learn Anything

Thank you for taking the time to contribute! ♥️

You can:

Dependencies

Learn Anything is a website built using next.js framework.

To run the project:

  1. Clone the repo (git clone https://github.com/learn-anything/learn-anything)
  2. Run yarn (download all dependencies)
  3. Run yart start (start local development)

Have fun! 🚀

Opening PRs

Please search existing issues and pull requests to check if somebody else is already working on the issue.

Don't be afraid to ask questions, open issues for discussion or opening Draft PRs with code.