yarn install
yarn serve
yarn build
yarn deploy
yarn test:unit
yarn lint
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.
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"
}