https://github.com/fintlabs/fint-kontroll-frontend
https://github.com/fintlabs/fint-kontroll-frontend
bas
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fintlabs/fint-kontroll-frontend
- Owner: FINTLabs
- Created: 2024-02-18T20:06:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-06-12T13:29:45.000Z (15 days ago)
- Last Synced: 2026-06-12T15:18:22.040Z (15 days ago)
- Topics: bas
- Language: TypeScript
- Homepage:
- Size: 3.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FINT Kontroll
## Setup environment
## Create a `.env` file in root directory.
```sh
BASE_PATH=/beta/fintlabs-no
PORT=3000
USER_API_URL=http://localhost:8062
ROLE_API_URL=http://localhost:8064
RESOURCE_API_URL=http://localhost:8063
ASSIGNMENT_API_URL=http://localhost:8061
ACCESS_MANAGEMENT_API_URL=http://localhost:53989
ORG_UNIT_API_URL=http://localhost:8060
LOG_LEVEL=debug
CYPRESS_TESTS=false
```
## Development
### Start locally:
1. **Start Port Forwarding**
Run portall in package.json
1. **Start React**
Run the provided script:
```sh
npm run dev
```
A bearer token is necessary for local connection to backend.
## Testing
### Run tests
```bash
cypress run
```
Open tests in browser:
```bash
cypress open
```
## Styling
Tailwind, Aksel, and Novari-theme
## Deployment
Maunual deploy on github
- [Remix Docs](https://remix.run/docs)