Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
binodnepali committed Apr 30, 2024
1 parent a4326ee commit 31b4f7d
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,28 +31,39 @@ cd portfolio

### Usage

Start the project:
#### Start the project

```bash
deno task start
```

This will watch the project directory and restart as necessary.

Build the project
#### Build the project

```bash
deno task build
```

Preview the project
#### Preview the project

```bash
deno task preview
```

Update the project
#### 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)

0 comments on commit 31b4f7d

Please sign in to comment.