Skip to content

davidnixon/bqapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Barrington Quartet

This is the VueJS code for the Barring Quartet web site which yu can find here: https://www.barringtonquartet.com

Suggestions or issues

Add issue here

Project setup

yarn

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Tech

ibm cloud vue carbon nginx 1.21.1 certbot Lets Encrype

Deploy to IBM cloud with custom domain

yarn build
cd cf
ibmcloud cf push

Other steps:

  • ibmcloud cf create-domain ORG example.com
  • ibmcloud account domain-cert-add example.com -c fullchain.pem -k privkey.pem
  • ibmcloud cf create-route dev example.com --hostname www
  • ibmcloud cf map-route APP example.com --hostname www
  • add CNAME record to your DNS