Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 870 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (20 loc) · 870 Bytes

How to contribute to Nexquik

Developing with Nexquik is Easy!

  • To build and run locally, run:
    npm run dev
    
    • This command will watch for file changes under the src and templateApp directories and spin up a local next.js project that is using the output from Nexquik.
    • Check out the dev folder for the details of the local next.js project
  • To run tests, run:
    npm run test
    

Did you find a bug?

  • Submit the bug on Github.
    • At the bare minimum - please include your prisma schema or a minimal example.

Did you write a patch that fixes a bug?

  • Open a new GitHub pull request with the patch.

  • Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.

Thank you!

Nexquik Team