Skip to content

poulamb/frontline_client

 
 

Repository files navigation

Frontline app client

All Contributors

Codacy Badge Known Vulnerabilities Docker Image Size (latest by date)

Manage volunteers, requests, supporters and kind donations. Currently hosted at karnatakafightscorona.org

If you want to use the app for a differnt cause or authority, update the home page and associated components.

To setup locally

git clone <repo>
npm install
npm start

install from docker hub

docker pull kailashsankar/frontline_client:latest
docker run -d --restart=always --name=frontline_client -p 0.0.0.0:3000:80 kailashsankar/frontline_client:latest

docker build

docker build -t frontline_client:latest .
docker run -d --restart=always --name=frontline_client -p 0.0.0.0:3000:80 frontline_client:latest

Note: you can automate the manaul steps for dev environments with alfred it's a hacked up cli util to avoid typing large docker commands one by one, help guide is in the repo: https://github.com/Kailash-Sankar/alfred

Server

The instructions for setting up the server are here, frontline_server

Contributors ✨

Contribution Guidelines

Thanks goes to these wonderful people (emoji key):


Kailash Sankar

💻

Kishor K Jagadeesan

💻

Kannan Nagarajan

📆

SPYKK APP LABS

📆

Rajeesh V K

🎨

vivek yadav

🚇

This project follows the all-contributors specification. Contributions of any kind welcome!

Credits

The home page widget data is from api.covid19india.org

About

Client for volunteer webapp

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.2%
  • CSS 4.5%
  • Other 0.3%