Skip to content

Commit

Permalink
chore: 📎 update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shin-sforzando committed Jun 27, 2022
1 parent d0c5fc5 commit 96202e9
Show file tree
Hide file tree
Showing 2 changed files with 257 additions and 301 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ heroku config:set account_username=USERNAME
heroku config:set account_password=PASSWORD
```

##### Setup
##### Setup Heroku

```shell
heroku login
Expand All @@ -62,7 +62,7 @@ git remote add heroku https://git.heroku.com/portato.git
### Execute

```shell
npm start
make start
```

Then `http://0.0.0.0:3000/` will wait your access.
Expand All @@ -76,7 +76,7 @@ npm run debug
### Deploy to Heroku

```shell
git push heroku master
git push heroku main
heroku open
```

Expand Down
Loading

0 comments on commit 96202e9

Please sign in to comment.