Skip to content

PYoakum/opsmapper

Repository files navigation

Ops Mapper

Open Source Operations Mapping Tool

Installation

Prerequisites

  • Webpack
  • Nodemon (start-dev only)

Quick Start

// cd into directory
cd opsmapper-master/

// copy '.env.copy' as '.env'
cp ./.env.copy ./.env

// bundle the client javascript into ./dist/public/js/
webpack

// precompile the stylesheets into ./dist/public/css
npm run build-css

// start the app in dev-mode
npm run start-dev

About

Open Source Operations Mapping Tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published