Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.21 KB

CONTRIBUTING.md

File metadata and controls

27 lines (17 loc) · 1.21 KB

Contributing to Learn Anything

Thank you for taking the time to contribute! ♥️

You can:

Dependencies

Learn Anything is a website built using NextJS, Go, PostgresDB and Hasura.

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)
  4. Edit the code & run it! ✨

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.