File tree Expand file tree Collapse file tree 6 files changed +13
-19
lines changed
Expand file tree Collapse file tree 6 files changed +13
-19
lines changed Original file line number Diff line number Diff line change 1- # domain_com_res_v2
1+ # com_res
22
33## Getting Started
44
55### Clone the repo, checkout this branch
66``` console
7- git clone https://github.com/CUAHSI/domain- com_res.git
8- cd domain- com_res
7+ git clone https://github.com/CUAHSI/com_res.git
8+ cd com_res
99git checkout develop_v2
1010```
1111
@@ -24,7 +24,7 @@ cd frontend
2424npm install
2525npm run dev
2626```
27- The frontend will be available at http://localhost:5173/domain-com_res
27+ The frontend will be available at http://localhost:5173
2828More detailed info is available in the [ frontend readme] ( frontend/README.md )
2929
3030## Formatting
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ VITE_APP_NAME=com_res
2020# if using npm run dev, set VITE_APP_ORIGIN=http://localhost:5173
2121VITE_APP_ORIGIN=https://localhost
2222
23- # for nested static deployment, set VITE_APP_BASE=/domain- com_res/
23+ # for nested static deployment, set VITE_APP_BASE=/com_res/
2424VITE_APP_BASE=/
2525
2626# note must end with trailing slash due to vite_app_base
Original file line number Diff line number Diff line change 1- # com_res_v2
1+ # com_res
22
33This template should help get you started developing with Vue 3 in Vite.
44
Original file line number Diff line number Diff line change 2929 the
3030 foundation onto which similar efforts can be applied to new versions of these models and other large-scale codes
3131 and
32- input data. We anticipate the CUAHSI Domain com_res will eventually become integrated into the larger <a
32+ input data. We anticipate the CUAHSI com_res will eventually become integrated into the larger <a
3333 href =" https://www.hydroframe.org/" ><em >HydroFrame</em ></a > infrastructure.</p >
3434 </v-sheet >
3535
@@ -85,23 +85,17 @@ const members = [
8585 position: ' Senior Software Specialist' ,
8686 org: ' CUAHSI'
8787 },
88- {
89- name: ' Devin Cowan' ,
90- image: ' https://www.cuahsi.org/uploads/team/img/_headshot/Devin-Cowan.jpg' ,
91- position: ' Research Programmer' ,
92- org: ' CUAHSI'
93- },
9488 {
9589 name: ' Tony Castronova' ,
9690 image: ' https://www.cuahsi.org/uploads/team/img/_headshot/TCastronova.jpg' ,
9791 position: ' Senior Research Hydrologist' ,
9892 org: ' CUAHSI'
9993 },
10094 {
101- name: ' Danielle Tijerina-Kreuzer ' ,
102- image: ' https://avatars.githubusercontent.com/u/42181890?v=4 ' ,
103- position: ' PhD Candidate ' ,
104- org: ' Princeton University '
95+ name: ' Devin Cowan ' ,
96+ image: ' https://www.cuahsi.org/uploads/team/img/_headshot/Devin-Cowan.jpg ' ,
97+ position: ' Research Programmer ' ,
98+ org: ' CUAHSI '
10599 },
106100 {
107101 name: ' Irene Garousi-Nejad' ,
Original file line number Diff line number Diff line change 55 <div >
66 <div class =" text-center d-flex flex-column align-center" >
77 <div class =" mb-4 text-h3" >
8- Welcome to the CUAHSI Data com_res tool!
8+ Welcome to the CUAHSI Community Resilience tool!
99 </div >
1010 <p class =" font-weight-light text-center text-subtitle" >
1111 The purpose of this web application is to leverage interactive
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export default defineConfig(({ mode }) => {
1313 vuetify ( ) ,
1414 ] ,
1515 root : "./" ,
16- // for GH pages deployment, set VITE_APP_BASE=/domain- com_res/ in .env
16+ // for GH pages deployment, set VITE_APP_BASE=/com_res/ in .env
1717 base : env . VITE_APP_BASE || "/" ,
1818 envDir : "../" ,
1919 resolve : {
You can’t perform that action at this time.
0 commit comments