Skip to content

MattiasSp/origo-documentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation for Origo

Documentation for the Origo web map framework.

Writing documentation

Documentation is written as Markdown files in the content directory, and is organized by the custom/content.js file - that file requires each documentation page and puts them in order

Development

Requirements:

  • Node v4 or higher
  • NPM
  • Git

To run the site locally:

  1. Clone this repository:
    git clone https://github.com/origo-map/origo-documentation.git
  2. npm install
  3. npm start
  4. Open http:https://localhost:9966/

Deployment

The npm run build command builds a bundle.js file that contains all the JavaScript code and content needed for deployment, and creates an index.html file that already contains the site content. Note that this replaces the existing index.html file, so it's best to run this only when deploying the site and to undo changes to index.html if you want to keep working on content.

To create bundle:
npm run build

Note that the build script is adjusted for building in Windows. If building in non-Windows environment, the script should be changed to:
"build": "NODE_ENV=production browserify src/index.js | uglifyjs -c -m > bundle.js && npm run prerender -- index.html"

Notes

The Origo documentation is based on Docbox, an open source project from MapBox.

About

Api documentation for Origo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • HTML 51.1%
  • CSS 31.8%
  • JavaScript 17.1%