steam-svelte-autocomplete

Steam Svelte Autocomplete

Auto-complete Steam game names with Svelte.

Steam Svelte Autocomplete

Auto-complete Steam game names with Svelte.

Usage

npm install
npm run dev

Deployment

Read the short documentation about Github Pages. Namely, you will have to:

  • create a branch gh-pages,
  • set it for deployment in the settings of your repository via Github's website.

Then:

npm install gh-pages --save-dev

And edit package.json to have the following, as in this example:

"homepage": "https://woctezuma.github.io/",
"scripts": {
    "predeploy": "npm run build",
    "deploy": "npx gh-pages -d public/"
}

Finally:

npm run deploy

References

Top categories

Loading Svelte Themes