Contributions and feedback on your experience of using this software are welcome.
This includes bug reports, feature requests, ideas, pull requests, and examples of how you have used this software.
Please see the Code of Conduct and follow any templates configured in GitHub when reporting bugs, requesting enhancements, or contributing code.
Please raise any significant new functionality or breaking change an issue for discussion before raising a Pull Request for it.
Anyone can be a contributor. Either you found a typo, or you have an awesome feature request you could implement, we encourage you to create a Pull Request.
- The latest changes are always in
main
, so please make your Pull Request against that branch. - Pull Requests should be raised for any change
The local environment can be setup by doing the following.
- Clone the repository
$ git clone https://github.com/nextauthjs/docs.git
- Install dependencies
$ npm install
- Start development server
$ npm start