-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: mejora readme y actualiza paquetes
- Loading branch information
Showing
2 changed files
with
59 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
# Installation | ||
## Installation | ||
|
||
### Install dependencies | ||
#### Install dependencies | ||
|
||
`npm i` | ||
|
||
### Run husky script | ||
#### Run husky script | ||
|
||
`npm run prepare` | ||
|
||
# Development | ||
## Development | ||
|
||
### Typscript compiler watch mode | ||
#### Typscript compiler watch mode | ||
|
||
`npm run dev` | ||
|
||
### Compile to javascript | ||
#### Compile to javascript | ||
|
||
files will be available on the dist directory | ||
|
||
`npm run build` | ||
|
||
### Run Unit Tests | ||
#### Run Unit Tests | ||
|
||
`npm run test` | ||
`npm test` | ||
|
||
### Lint files | ||
#### Lint files | ||
|
||
`npm run lint` |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.