Create Website using Local

Description of this Note
Author
Published

September 3, 2023

1 Setting up the Terminal

First you need to have an idea to control the terminal. Look at the following link

Environments

  1. Create an environment called web with python

    conda create -n web python=3.7
  2. To activate the new environment

    conda activate web
  3. To move terminal to website folder in Desktop:

    cd /Users/datoapanta/Desktop/website

2 Setting up Next.js

Installation Guide

To kills a port

npx kill-port 3000