Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aleximb/entrada
Internal employee directory for Microsoft Entra, previously Azure Active Directory.
https://github.com/aleximb/entrada
Last synced: 13 days ago
JSON representation
Internal employee directory for Microsoft Entra, previously Azure Active Directory.
- Host: GitHub
- URL: https://github.com/aleximb/entrada
- Owner: AlexImb
- Created: 2023-11-08T15:50:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-08T20:59:10.000Z (about 1 year ago)
- Last Synced: 2023-11-09T18:50:50.936Z (about 1 year ago)
- Language: TypeScript
- Size: 427 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# entrada
> Internal employee directory for Microsoft Entra, previously Azure Active Directory.
## Getting Started
Copy the `.env.example` file to `.env.local` and fill in the required environment variables.
```bash
cp .env.example .env.local
```## Available Scripts
### Running the development server.
```bash
npm run dev
```### Building for production.
```bash
npm run build
```### Running the production server.
```bash
npm run start
```## Learn More
To learn more about **refine**, please check out the [Documentation](https://refine.dev/docs)
- **React Router** [Docs](https://refine.dev/docs/core/providers/router-provider/)
- **Supabase Data Provider** [Docs](https://refine.dev/docs/core/providers/data-provider/#overview)## License
MIT