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

tracim/workspace_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Standard - JavaScript Style Guide

Tracim Workspace Manager

Allows to configure all the roles of a Tracim workspace in one place through a wizzard

Setup

Node js

curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs

install all dependencies

npm install

Start mock api server

npm run start-static-mockapi

Api will listen to port 3001 by default. You can change the port by editing GLOBAL_PORT variable in api/server.js Dont forget to edit the apiPath html attribute of where you want to insert the workspace manager

To run and test the app immediatly

npm run servdev

then open http://localhost:8082

Build

Build all sources

npm run build

To run the app

open /dist/index.html in a browser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors