Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 992 Bytes

File metadata and controls

55 lines (37 loc) · 992 Bytes

README

What is "S.P.E.C"? -- Introduction is here.

Theme application is here.

Benchmarker is here.

How to use

Prerequisite

  • AWS Account
  • Vue CLI >= 3.8
  • Amplify CLI >= 1.7

Project setup & deploy

Clone source

git clone [email protected]:hassaku63/serverlessdays2019-spec-frontend.git
cd serverlessdays2019-spec-frontend

Install packages

npm install
# or yarn install

Init Amplify project

amplify init

Recreate 'hosting' resources

# Note:
#   I keep some files related 'hosting' for reference infomation.
#   but you will cannot be deployed as it is...
#   You may complete deployment work by recreate hosting resource. please execute 'amplify hosting remove/add'
amplify hosting remove

amplify hosting add

Deploy

amplify publish