Skip to content

My portfolio website project build with fresh and tailwindcss.

Notifications You must be signed in to change notification settings

binodnepali/portfolio

Repository files navigation

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 git@github.com: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