Neovim Configuration using init.lua in Windows 11

I’m familiar with configuring neovim using lua in ubuntu, but to use some commercial software I had to switch back to windows. I would like to use neovim as my text editor and would very much like to configure like I did in Ubuntu. But I don’t know how to install packer.nvim in Windows 11 as for Ubuntu the github repository has mentioned the directory where we should be placing the files.
Also by using neovim in Windows 11 I mean using it in powershell ( without using WSL )

You can type :echo stdpath('data'), packer.nvim should be installed in stdpath('data')/site/pack/*/start/ directory.