Overrides the Divi Filterable Portfolio module to provide the ability to add a custom link for each portfolio item.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"type": "chrome", | |
"request": "launch", | |
"name": "Next: Chrome", | |
"url": "http://localhost:3000", | |
"webRoot": "${workspaceFolder}/frontend" | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# To list installed distributions | |
wsl -l | |
wsl --list | |
# To list installed distributions along with its running status and wsl config being 1 or 2 | |
wsl -l --verbose | |
wsl -l -v | |
# To run a specific distro | |
wsl -d distro_name |
- Go to
https://account.mongodb.com/account/login
and login - Once logged in, create a new project.
- Give the project a name
- Give the project a tag like key
environment
and valueproduction
- Click on "Next"
- Add a amember and set permissions or select an existing member.