Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fylein/fyle-partner-dashboard-app
https://github.com/fylein/fyle-partner-dashboard-app
team-integrations
Last synced: about 2 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/fylein/fyle-partner-dashboard-app
- Owner: fylein
- License: mit
- Created: 2022-09-14T11:34:40.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-22T03:12:45.000Z (about 2 months ago)
- Last Synced: 2025-01-01T12:39:12.626Z (5 days ago)
- Topics: team-integrations
- Language: TypeScript
- Size: 85.4 MB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fyle Partner Dashboard App
Frontend Repository for Fyle Partner Dashboard App## Documentation
Please refer this link to find the [documentation](https://fylein.github.io/fyle-partner-dashboard-app) of the project.## Local development setup
### Setup - 1 (Recommended)
Follow instructions mentioned in [Integrations Central](https://github.com/fylein/fyle-integrations-central/)### Setup - 2
* Install dependencies```bash
npm install
```* Copy `environment.json` from integrations-central/ and add it to `src/environments`
```bash
cp ../fyle-integrations-central/app-secrets/partner-dashboard-app/environment.json src/environments/environment.json
```* Run app
```bash
npm start
```