Skip to content

sophosia/sophosia.github.io

Repository files navigation

Sophosia (sophosia.github.io)

Sophosia official site

Install the dependencies

yarn
# or
npm install

Start development (hot-code reloading, error reporting, etc.)

quasar dev

Release the page

  1. In Settings -> Pages -> Build and deployment, select deploy from a branch then set the branch to be gh-pages / (root).

  2. When push to main, the github workflow will automatically publish the new version.