Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
apl9000 committed Aug 10, 2024
1 parent 13f011a commit dbacf35
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# WORK IN PROGRESS
# NestJS Kitchen 🚰
A kitchen sink for building UI apps with NestJS, HTMX, Handlebars, TailwindCSS and few other utensils.

## Installation
### Getting Started
Fork the project, install and start developing today.

#### Installation

```bash
$ npm install
```

## Running the app
#### Running the app

```bash
# development
Expand All @@ -16,7 +20,7 @@ $ npm run dev
$ npm run start:prod
```

## Test
#### Testing

```bash
# unit tests
Expand Down

0 comments on commit dbacf35

Please sign in to comment.