Skip to content

CUAHSI/com_res

 
 

Repository files navigation

com_res

Getting Started

Clone the repo, checkout this branch

git clone https://github.com/CUAHSI/com_res.git
cd com_res
git checkout develop_v2

API for local development

cp .env.template .env
make build
make up

The API will be available at http://0.0.0.0:8000

Frontend for local development

cp .env.template .env  #if you haven't already
cd frontend
npm install
npm run dev

The frontend will be available at http://localhost:5173 More detailed info is available in the frontend readme

Formatting

make format

About

CIROH Community Resilience

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 37.9%
  • Python 33.3%
  • R 11.1%
  • JavaScript 9.6%
  • Dockerfile 3.5%
  • Shell 1.8%
  • Other 2.8%