Skip to content

NeonGamerBot-QK/retro-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn a proud member of the green team of 512KB club wakatime


Logo

Retro Site

My Retro Site

View Site · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Contact
  6. Acknowledgments

About The Project

Epic retro site

(back to top)

Getting Started

Make sure you have nodejs installled.

  • bun
    bun install
  • dev mode
 bun dev

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

tip for also easily adding buttons

(async () => {
  if (!window.button_collection) window.button_collection = [];
  setInterval(() => {
    const els = Array.from(
      document.querySelector(".compact-button-grid").children,
    ).filter((e) => !e.getAttribute("data-tagged"));
    els.forEach((el) => {
      el.oncontextmenu = () => {
        const imgTag = el.querySelector("img");
        let obj = {
          name: imgTag.src.split("/i/")[1],
          url: imgTag.src,
        };
        console.log(obj);
        window.button_collection.push(obj);
      };
      el.setAttribute("data-tagged", true);
    });
  }, 50);
})();

(back to top)

Top contributors:

contrib.rocks image

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Neon - neon@saahild.com

Project Link: https://github.com/NeonGamerBot-QK/retro-site

(back to top)

Acknowledgments

(back to top)

Releases

No releases published

Sponsor this project

Packages

No packages published