Thank you for your interest in contributing to the official Angular SSR demo for the awesome-node-auth ecosystem!
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- Fork the repository and create a branch from
main. - Make your changes following the existing code style.
- Ensure the project builds successfully with
npm run build:ssr. - Open a Pull Request against
main.
Use the issue templates provided. Search for existing issues before opening a new one.
Do not open public issues for security vulnerabilities. See SECURITY.md for the responsible disclosure process.
All contributors are expected to follow the Code of Conduct.
By contributing you agree that your work will be licensed under the MIT License that covers this project.