FAIRDataTeam / TrainHandler-client

Train Handler client component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Train Handler - client

Train Handler client component of the FAIR Data Train

Usage

To be done

Development

Install dependencies using:

$ npm install

Create .env file. For local development, you need to set the port where the client is running, API url of the Train Handler backend and some extra Keycloak settings:

PORT=8081
NUXT_PUBLIC_API_URL=http://localhost:8080
NUXT_PUBLIC_KEYCLOAK_URL=http://localhost:8000
NUXT_PUBLIC_KEYCLOAK_REALM=myrealm
NUXT_PUBLIC_KEYCLOAK_CLIENT_ID=myclient

Run in dev mode:

$ npm run dev

You can disable Keycloak for local development by setting in the .env file:

NUXT_PUBLIC_KEYCLOAK_DISABLED=true

Contributing

We maintain a CHANGELOG, you should also take a look at our Contributing Guidelines and Security Policy.

License

This project is licensed under the MIT License - see the LICENSE file for more details.

About

Train Handler client component

License:MIT License


Languages

Language:Vue 90.7%Language:TypeScript 5.9%Language:SCSS 2.0%Language:JavaScript 0.9%Language:Dockerfile 0.6%