Skip to content
This repository has been archived by the owner. It is now read-only.
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

readme.md

Developers Join the chat at https://gitter.im/Mixer/developers

Legacy Project used to generate contents of the Developer Documentation.

Not currently in use.

Requirements

Config

We use node-config, please refer to config/default.yaml for more info.

In order to use local repositories (such as backend for fast raml doc preview). You need to specify the repos section in the config such as this:

    repos:
        backend: ../backend

Build Scripts

Run npm run build for a full build.

Run gulp recompile for a build without JavaDoc and RAMLDoc. This will also work for 3rd parties looking to contribute.

Run gulp watch for development.

Run npm start to start a local server at port 8000.

You can’t perform that action at this time.