/ryre

Riesgos Y Resiliencias Site

Primary LanguageJavaScript

Prerequisites

Install Prerequisites (OSX, Linux)

Install

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash

Load NVM

export NVM_DIR="${XDG_CONFIG_HOME/:-$HOME/.}nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm

Install node version

nvm install 8.11.2
  1. Create/Open a project
  2. Generate and download Service Account JSON
  3. Create an .env file with generated Firebase info and place it on the root folder

Installation

Install depenndencies.

npm install

Run server local.

npm run local

Run develompent server.

npm run dev

TODO:

  • Api to edit report info
  • A detailed user manual
  • Direct private messaging
  • Add english language
  • Integrate cordova for mobile deployment

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT