Skip to content

Latest commit

 

History

History
69 lines (45 loc) · 1.22 KB

README.md

File metadata and controls

69 lines (45 loc) · 1.22 KB

Portfolio

Commitizen friendly

My portfolio website build using fresh a full stack framework for deno and Tailwindcss.

This site is deployed using deno deploy.

Before getting started

Make sure you have installed deno 1.39.1 or higher in your machine.

Cloning repo

# https
git clone https://github.com/binodnepali/portfolio.git

# ssh
git clone [email protected]:binodnepali/portfolio.git

Navigate to cloned repo

cd portfolio

Usage

Start the project

deno task start

This will watch the project directory and restart as necessary.

Build the project

deno task build

Preview the project

deno task preview

Update the project

deno task update

Generate release

Make sure you have npm version 5.2.0 or higher

npx commit-and-tag-version

Learn more about it