First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:9000 with your browser to see the result.
Learn to deploy an app as simply as possible
Very straightforward steps:
- Trigger build code on GitHub Actions runner once a PR is merged into
master
- Zip the build result
- Transfer the zip build to server
- Extract the zip
- Start the app
Currently the web is deployed on https://hecate.gorgo.click
The demo page is at https://hecate.gorgo.click/user