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
> Click _compare across forks_ if you don't see your branch
114
+
115
+
### Setup using Docker
116
+
117
+
* Enter the root directory
118
+
119
+
```sh
120
+
docker build .
121
+
122
+
```
123
+
124
+
125
+
```sh
126
+
docker run -p 3000:80 <Image>
127
+
```
128
+
129
+
51
130
# Contribute
52
131
53
132
We welcome contributions in our community. Learn how to start contributing, from installing the project on your device to submitting a pull request with our<Link href="https://github.com/devs-in-tech/DevsInTech/blob/main/CONTRIBUTING.md"> Contribution guide.<Link/>
0 commit comments