Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
suissa committed Jan 16, 2024
1 parent 9bc7949 commit 15775dd
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,27 @@
# WhatsApp Api Next.js
# ZapzapTicket - frontend

## Installation
Projeto em desenvolvimento baseado no Whaticket porém utilizando Next.js e com dependências mais atuais para não dar conflito já que o Whaticket iniciou usando libs antigas.


## Instalação

```bash
$ npm install
```

## Running the app
## Rodando o app

```bash
# development
$ npm run start

# watch mode
$ npm run dev

# production
$ npm run build
$ npm start
```

## Testando

```bash
$ npm run test
```

0 comments on commit 15775dd

Please sign in to comment.