Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

ArtOfCode-/patches

Repository files navigation

patches

Adaptable emergency response dispatch software

Installation & Usage

Clone the repository, run the build script, and create the database.

git clone https://github.com/ArtOfCode-/patches
cd patches
./build.sh
mysql -u root -p < database.sql

To run the server for development, I suggest using nodemon, which is not included as a dependency in this project. You'll need to install it first with npm i -g nodemon, then run the server with:

DEBUG=app:* nodemon build/app.js

npm-watch is also included in this project to let you build views and assets as you develop; run npm-watch in a terminal before you start to make use of this.

To run the server for production, you can use simple Node, and turn much of the debug logging off:

DEBUG=app:base node build/app.js

Contributing

Contributions are welcome. Please open an issue first so that I know what you're working on and can discuss it if necessary.

License

MIT

About

Adaptable emergency response dispatch web app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors