8000 GitHub - CUAHSI/com_res: CIROH Community Resilience
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

Full stack for local development

cp .env.template .env
make build-all
make up-all

The API will be available at http://0.0.0.0:8000 The UI will be available at http://localhost:5173

To bring the stack down:

make down-all

To see logs:

make logs-front
#or
make logs-back

Formatting and linting

# backend:
make format
# frontend:
cd frontend && lint-format-fix

Formatting and linting is run with a git pre-commit hook using Husky. It requires the Docker daemon to be running. If you are having trouble with the formatting and linting, you can see here how to skip the git hook: https://typicode.github.io/husky/how-to.html#skipping-git-hooks However note that this is not recommended -- let's keep our code clean!

About

CIROH Community Resilience

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 46.8%
  • Vue 22.2%
  • R 12.6%
  • JavaScript 9.1%
  • Dockerfile 4.0%
  • Shell 2.0%
  • Other 3.3%
0