Konstantin Tarkus
Konstantin Tarkus
To clarify how it works.. The `docs` folder contains the "source files" of your static website, from which the actual HTML/CSS content is generated into the temp `docs/dist` folder either...
Just have added GitHub stats into the header. See the screenshot above.
@Sadam-MCA sorry, I have to close this issue in favor of #1991 discussion since it's not relevant to the latest version of the starter kit (from the `main` branch).
#### Zero-config and framework-agnostic PWA Plugin for Vite https://vite-plugin-pwa.netlify.app/
@stephyswe please ensure that you're using the local (workspace) version of TypeScript in VSCode (`Shift` + `Cmd` + `P`)   Note, that the project is configured to use Yarn...
@vashisth00 it fails to connect to PostgreSQL database on `127.0.0.1:5432`. Ensure that it's up and running locally (e.g. via Docker or Postgres App for macOS). Or, use a remote instance...
@psamim even if you open `index.html` in a browser, it references images and .js files, how the HTML page would load them without a server? You could try to embed...
@Yahyakiani yep, that would ge great!
@atalebagha how tried using it like this instead: `window.AndroidClient`?
It should be either `yarn run publish` or `node tools/publish.js`.. also you would need to tweak `tools/config.js` in order to set the deployment destination. Need to update the docs.