hyakumori / crm

Hyakumori Forest CRM
GNU General Public License v3.0
0 stars 0 forks source link

Hyakumori CRM

A CRM web application for forestry management under the Hyakumori Project.

Requirements

Installation

  1. Copy .env.example to .env and fill necessary variables.
cp .env.example .env
  1. Copy mapconfig.example.json to mapconfig.json and fill necessary variables. See below for details about the map configuration.
cp .env.example .env
  1. Install yarn dependencies.
yarn install

How to use

Compile the app and launch with hot-reload for development with:

yarn serve

Or build for production with:

yarn build

Development Tips

Linting:

yarn lint

Customize configuration

See Configuration Reference.

Map Configuration

Map configurations are set in the mapconfig.json file. The current settings are configurable:

Note, if map layers are being served by the Hyakumori API (over proxy), then it is important that the URL matches backend env variables defined in the .env file.

Contributing and Support

The Hyakumori Project appreciates any contributions.

Authors

The Hyakumori CRM was developed by the Hyakumori Team with additional contributions from:

LICENSE

This program is free software. See LICENSE for more information.