Skip to content

Pokemon-like cards' source code on my note's homepage.

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
LICENSE.pokemon-cards-css
Notifications You must be signed in to change notification settings

TonyCrane/note-homepage-cards

 
 

Repository files navigation

note-homepage-cards

Source code of the pokemon-like cards on my notebook's homepage, modified from simeydotme/pokemon-cards-css.

Usage

  • Install dependencies
    $ npm install
  • Run locally for development
    $ npm run dev # open at https://localhost:5173/
  • Build to static files
    $ npm run build
  • Copy to note's mkdocs project
    • Copy static files
      dist/assets/index.???.css
      dist/assets/index.???.js
      public/*
      
    • Insert html to homepage
      <link rel="stylesheet" href="css/cards/base.css" />
      <link rel="stylesheet" href="css/cards/cards.css" />
      <script type="module" crossorigin src="/assets/cards/index.???.js"></script>
      <link rel="stylesheet" href="/assets/cards/index.???.css">
      <div id="app"></div>

Acknowledgement

LICENSE

Licensed under GPL-3.0, same as the upstream's license.

About

Pokemon-like cards' source code on my note's homepage.

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
LICENSE.pokemon-cards-css

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 56.0%
  • CSS 33.2%
  • JavaScript 9.5%
  • HTML 1.3%