1 Setting up the Terminal
First you need to have an idea to control the terminal. Look at the following link
Create an environment called
web
with pythonconda create -n web python=3.7
To activate the new environment
conda activate web
To move terminal to website folder in Desktop:
cd /Users/datoapanta/Desktop/website
2 Setting up Next.js
To kills a port
npx kill-port 3000