Skip to content

dhatwalia/dhatwalia.github.io

Repository files navigation

Prajwal

Sequence of operations from setup to deploy

npm i

Install all project dependencies for development mode.

npm run dev

Run the app in the development mode.
Open http://localhost:5173 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Edit version number in package.json [Optional]

Edit package.json before each deployment.

git tag -a 2.7 -m "2.7" [Optional]

Create an annotated tag in the repository local.

git push origin 2.7 [Optional]

Pushes the annotated tag created from the previous command to github.

npm run build

Prepare the site for deployment.

npm run deploy

Deploy the website. This step is sufficient to delpoy the website.