Konstantin Tarkus

Results 130 comments of 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`) ![image](https://user-images.githubusercontent.com/197134/182196489-a3fc06dd-a9a6-4384-94f3-cf9550a3c453.png) ![image](https://user-images.githubusercontent.com/197134/182196766-8e9c4b17-7332-4b48-9e14-1cefa17a6ba0.png) 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.