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 [email protected]:binodnepali/portfolio.gitcd portfoliodeno task startThis will watch the project directory and restart as necessary.
deno task builddeno task previewdeno task updateMake sure you have npm version 5.2.0 or higher
npx commit-and-tag-versionLearn more about it