Commit 7164a8b 1 parent e7cd01c commit 7164a8b Copy full SHA for 7164a8b
File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
strategy :
20
20
matrix :
21
- node-version : [18.x, 20.x ]
21
+ node-version : [18.x]
22
22
steps :
23
23
# Checkout the code from the GitHub repository
24
24
- name : Checkout code
Original file line number Diff line number Diff line change 23
23
## Screenshots
24
24
25
25
#### Sign In
26
+
26
27
<img width =" 1512 " alt =" image " src =" https://github.com/drbarzaga/JobPortal/assets/12173976/676ddd8e-f9bb-4fc1-810f-fcde07817348 " >
27
28
28
29
#### Sign Up
30
+
29
31
<img width =" 1512 " alt =" image " src =" https://github.com/drbarzaga/JobPortal/assets/12173976/818dc01f-7915-42da-914c-2b011bcbfa60 " >
30
32
31
33
#### Forgot Password
34
+
32
35
<img width =" 1512 " alt =" image " src =" https://github.com/drbarzaga/JobPortal/assets/12173976/362e5330-e25b-4591-a1f1-20c87a7d4836 " >
33
36
34
37
#### Home Page as Guest
38
+
35
39
<img width =" 1512 " alt =" image " src =" https://github.com/drbarzaga/JobPortal/assets/12173976/42526467-2b0a-4138-b0aa-f546d4735004 " >
36
40
37
41
## Tech Stack
@@ -91,14 +95,17 @@ docker-compose up
91
95
```
92
96
93
97
### 3. Running locally
98
+
94
99
Using npm
100
+
95
101
``` bash
96
102
npm install
97
103
npm run install:all
98
104
npm run dev
99
105
```
100
106
101
107
Using yarn
108
+
102
109
``` bash
103
110
yarn install
104
111
yarn run install:all
You can’t perform that action at this time.
0 commit comments