Skip to content

4kpics-reg/blahaj.4k.pics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Blåhaj Website

A simple website displaying random images of IKEA's Blåhaj shark plush toy. Powered by transgirl.wamellow.com.

A preview of the website can be viewed on blahaj.4k.pics, featuring light/dark mode and PWA capabilities.

Quick Start

  1. Clone the repository:

    git clone https://github.com/4kpics-reg/blahaj.4k.pics.git
    cd blahaj.4k.pics
  2. Install dependencies:

    npm install
    # Or use pnpm: pnpm install
    # Or use Bun: bun install
  3. Run development server:

    npm run dev
    # Or use pnpm: pnpm dev
    # Or use Bun: bun dev

Production Build

  1. Build the project:

    npm run build
    # Or use pnpm: pnpm build
    # Or use Bun: bun run build
  2. Preview the production build:

    npm run preview
    # Or use pnpm: pnpm preview
    # Or use Bun: bun run preview
  3. Deploy the dist directory to your web server.

Contributing

Contributions are more than welcome! Whether it's bug fixes, new features, documentation improvements, or design enhancements, your input is valued. Feel free to open issues, submit pull requests, or reach out with any ideas.

Legal Notice

Blåhaj and other IKEA trademarks are the property of Inter IKEA Systems B.V. This site is not affiliated with, endorsed by, or connected to IKEA in any way.

Contact: transgirl[at]z1.gg

License

MIT License