Skip to content
View cdnkr's full-sized avatar

Block or report cdnkr

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. cdnkr.blog cdnkr.blog Public

    MDX

  2. Setting up a PWA with install button... Setting up a PWA with install button in Next.js 15
    1
    ### Step 1: Create the `manifest.json` File
    2
    
                  
    3
    The `manifest.json` file provides metadata for your PWA, like its name, icons, and theme color.
    4
    
                  
    5
    1. In the root of your `public/` folder, create a `manifest.json` file:
  3. Setting Up a Development SSL Certifi... Setting Up a Development SSL Certificate for Local testing in Next.js (15)
    1
    ### Setting Up a Development SSL Certificate for Local testing
    2
    
                  
    3
    To enable features that require HTTPS, such as device orientation, you can set up a local SSL certificate using `mkcert` and then access your development site securely on both your PC and mobile device.
    4
    
                  
    5
    #### Step 1: Install `mkcert`