https://github.com/binodnepali/portfolio
My portfolio website project build with fresh and tailwindcss.
https://github.com/binodnepali/portfolio
deno deno-deploy fresh fresh-deno personal-website portfolio portfolio-website tailwindcss
Last synced: 2 months ago
JSON representation
My portfolio website project build with fresh and tailwindcss.
- Host: GitHub
- URL: https://github.com/binodnepali/portfolio
- Owner: binodnepali
- Created: 2021-07-24T16:06:27.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T20:15:27.000Z (about 2 years ago)
- Last Synced: 2025-06-11T02:45:08.477Z (about 1 year ago)
- Topics: deno, deno-deploy, fresh, fresh-deno, personal-website, portfolio, portfolio-website, tailwindcss
- Language: TypeScript
- Homepage: https://binodnepali.me
- Size: 856 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio
[](http://commitizen.github.io/cz-cli/)
My [portfolio website](https://binodnepali.me/) build using
[fresh](https://fresh.deno.dev/) a full stack framework for
[deno](https://deno.land/) and [Tailwindcss](https://tailwindcss.com/).
This site is deployed using [deno deploy](https://docs.deno.com/deploy/manual).
## Before getting started
Make sure you have installed [deno 1.39.1](https://docs.deno.com/runtime/manual)
or higher in your machine.
### Cloning repo
```bash
# https
git clone https://github.com/binodnepali/portfolio.git
# ssh
git clone git@github.com:binodnepali/portfolio.git
```
### Navigate to cloned repo
```bash
cd portfolio
```
### Usage
#### Start the project
```bash
deno task start
```
This will watch the project directory and restart as necessary.
#### Build the project
```bash
deno task build
```
#### Preview the project
```bash
deno task preview
```
#### Update the project
```bash
deno task update
```
#### Generate release
> Make sure you have npm version 5.2.0 or higher
```bash
npx commit-and-tag-version
```
Learn more about
[it](https://github.com/absolute-version/commit-and-tag-version)