My portfolio website build using fresh a full stack framework for deno and Tailwindcss.
This site is deployed using deno deploy.
Make sure you have installed deno 1.39.1 or higher in your machine.
# https
git clone https://github.com/binodnepali/portfolio.git
# ssh
git clone git@github.com:binodnepali/portfolio.git
cd portfolio
deno task start
This will watch the project directory and restart as necessary.
deno task build
deno task preview
deno task update
Make sure you have npm version 5.2.0 or higher
npx commit-and-tag-version
Learn more about it