Skip to content

Commit

Permalink
refactor: update
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-roque committed Jan 8, 2021
1 parent db62f4f commit eb89743
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,18 +223,25 @@ Este projeto possui ferramentas que aplicam as normas previstas na **RFC 2119**
```sh
// create migration blank
$ npm run typeorm:create

// create migration by modify entity
$ npm run typeorm:migrate

// run migrations
$ npm run typeorm:run

// revert migrations
$ typeorm:revert

// drop migrations database
$ typeorm:drop

// create an entity
$ entity:create
```

[🔝 back to top](#-summary)

## 📝 Minimal Requirements

- NodeJs 14.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function Banner() {
<div className={classes.buttons}>
<Grid container spacing={2} justify="center">
<Grid item>
<Link href="https://github.com/gabriel-roque/react-donis-docker-starter" target="_blank">
<Link href="https://github.com/gabriel-roque/reactnest-boilerplate" target="_blank">
<Button variant="contained" color="default" size="large" className={classes.btnGithub}>
<FontAwesomeIcon icon={faGithub} size="lg" className={classes.githubIcon} /> <b>Get started</b>
</Button>
Expand Down

0 comments on commit eb89743

Please sign in to comment.