Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.17 KB

File metadata and controls

36 lines (23 loc) · 1.17 KB

Contributing to ng-awesome-node-auth-prj

Thank you for your interest in contributing to the official Angular SSR demo for the awesome-node-auth ecosystem!

Development setup

git clone https://github.com/nik2208/ng-awesome-node-auth-prj
cd ng-awesome-node-auth-prj
npm install
npm run build:ssr   # Build the library and the application
npm start           # Run in development mode

How to contribute

  1. Fork the repository and create a branch from main.
  2. Make your changes following the existing code style.
  3. Ensure the project builds successfully with npm run build:ssr.
  4. Open a Pull Request against main.

Reporting bugs & requesting features

Use the issue templates provided. Search for existing issues before opening a new one.

Security issues

Do not open public issues for security vulnerabilities. See SECURITY.md for the responsible disclosure process.

Code of Conduct

All contributors are expected to follow the Code of Conduct.

License

By contributing you agree that your work will be licensed under the MIT License that covers this project.