Skip to content

Commit

Permalink
Merge pull request #193 from flaviuse/feature/remove-heroku
Browse files Browse the repository at this point in the history
Remove heroku demo
  • Loading branch information
flaviuse authored Dec 8, 2024
2 parents b973561 + 90c3d7d commit 5ae4786
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 9,086 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/deploy-client-heroku.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/deploy-server-heroku.yml

This file was deleted.

7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

![capture du 2018-12-16 13-57-42](https://user-images.githubusercontent.com/40322270/50053751-aa653080-013a-11e9-9a8d-35a55c9042f1.png)

:video_game: Demo: <https://mern-auth-client.herokuapp.com/login>

:warning: Demo code is outdated, had to replace with unstyled version for now. CSS styles, Google Captcha, Sentry usage and some other not essential dependencies like notifications are only in the demo. This repository aim to have a fast to use boilerplate.
:warning: This repository aim to have a fast to use boilerplate. That's why the screenshot does not reflect anymore the version of the repo.

## :star: The project if it helped you!

Expand Down Expand Up @@ -48,9 +46,6 @@ Frontend app uses an Nginx server to deliver static files.

You may want to use the flag `--remove-orphans`

To deploy on Heroku refer to their documentation:
<https://devcenter.heroku.com/categories/deploying-with-docker>

## :computer: Boilerplate

MERN Stack with advanced authentication :
Expand Down
3 changes: 2 additions & 1 deletion client/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules/
build/
.eslintcache
.eslintcache
yarn-error.log
Loading

0 comments on commit 5ae4786

Please sign in to comment.