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
This command allows editing and autoreloading while making changes
81
+
82
+
### Linting
83
+
* Run the linter and fix any lint issues to maintiain code quality and standards
84
+
```
85
+
make lint
86
+
```
78
87
79
88
## Building
80
-
* To build the application use this command to build the static files and test the production version of deploy the files.
89
+
* To build the application use this command to build the static files and test the production version of the files.
81
90
```
82
-
npm run build
91
+
$ npm run build
83
92
```
93
+
This command allows editing and autoreloading while making changes
94
+
95
+
## Deployment
96
+
Create PRs to the main branch from your working branch. Make sure your new code is tested and bug free. Upon creating a merge request, a build test will make sure your code is running without errors and safe to merge to main.
Running list of contributors to the LabConnect project:
105
+
106
+
### Project Lead
107
+
108
+
- **Will Broadwell** [Project Lead]
109
+
- **Rafael Cenzano** [Former Project Lead]
110
+
111
+
### Rensselaer Center for Open Source Development Team
112
+
113
+
- **Jaswanth D** [Frontend]
114
+
- **Doan N** [Frontend]
115
+
- **Pragathi A** [Frontend / Backend]
116
+
- **Aniket S** [Backend]
117
+
118
+
### Past Rensselaer Center for Open Source Development Team
84
119
85
120
## Deployment
86
121
Create PRs to the main branch. Upon merging, a build test will make sure your code is running without errors and safe to merge to main. On a completed merge the action will build and push the new docker image.
0 commit comments