Learn how to contribute to Nile Auth development
git clone https://github.com/niledatabase/niledatabase cd niledatabase
npm install
cp .env.example .env
src/ ├── auth/ # Authentication core ├── components/ # React components ├── hooks/ # Custom hooks ├── utils/ # Utility functions └── types/ # TypeScript types
npm run dev
npm test
git checkout -b feature/your-feature-name
git add . git commit -m "feat: description of your changes"
git push origin feature/your-feature-name
mint.json
Was this page helpful?