You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To start webpack server because rails 6 in default use webpack
32
+
```bash
33
+
foreman start -f Procfile.dev
34
+
```
35
+
36
+
4
37
## Screenshots
5
38
6
-
<imgsrc="image.png">
39
+
### Log In Page
40
+
<imgsrc="screenshots/image.png">
41
+
42
+
### Sign Up Page
43
+
<imgsrc="screenshots/image2.png">
44
+
45
+
### Forgot password Page
46
+
<imgsrc="screenshots/image4.png">
47
+
48
+
### Home Page
49
+
<imgsrc="screenshots/image3.png">
50
+
51
+
7
52
8
53
## Useful links
9
54
-[How to Redirect to a specific page on successful sign in](https://github.com/plataformatec/devise/wiki/How-To:-redirect-to-a-specific-page-on-successful-sign-in)
0 commit comments