Skip to content

Repository files navigation

CloudGenetics webapp

License CircleCI Project management Known Vulnerabilities CodeQL

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Deploy to AWS s3

yarn deploy

Run your unit tests

yarn test:unit

Lints and fixes files

yarn lint

Customization

Environment variables

Edit .env file to update the app title, app url and app upload URL (AWS Endpoint) for file uploads.

To edit the theme modify plugins/vuetify.js.

Authentication

Set-up an Auth0 API. Update the auth_config.json file:

{
  "domain": "kks32.us.auth0.com",
  "clientId": "30wvMJ3q1F1BvmmBCHyUb6as18LLsE52",
  "audience": "https://api.cloudgenetics.com",
  "serverUrl": "http://localhost:4000"
}

About

Frontend webapp

Resources

Code of conduct

Contributing

Stars

0 stars

Watchers

1 watching

Forks

Releases

Used by

Contributors

Languages