Giter Site home page Giter Site logo

klokantech / landscape Goto Github PK

View Code? Open in Web Editor NEW

This project forked from satsummit/landscape

1.0 3.0 0.0 907 KB

Satellites in Global Development

Home Page: http://landscape.satsummit.io/

License: Other

Shell 0.98% HTML 16.02% JavaScript 49.00% CSS 34.00%

landscape's Introduction

Satellite Strategy

Satellite State of Play - a strategy document on satellite imagery

This site was created from the viewpoint of the development community, but offers a general overview of current market dynamics. This knowledge product is an adaption of a World Bank Group Knowledge Product See original version, licensed under Creative Commons Attribution License.

All code is MIT licensed, and the text content is CC-BY. Please feel free to send edits and updates via Pull Requests.

Editing Copy

You can access text files in app/content. All files should be in github-flavored markdown. To add a new section, create a new markdown file in app/content and add a corresponding build script in app/app.html.

For example, to create a file on market opportunities, add a file called app/content/opportunities.md. Then modify app/app.html with the following code at the location where your copy should go.

<!-- build:opportunities -->
<!-- endbuild -->

Note: the filename (minus .md) should be what comes after build:.

Development environment

To set up the development environment for this website, you'll need to install the following on your system:

After these basic requirements are met, run the following commands in the website's folder:

$ npm install

There are two commands, both run via npm.

  • npm run build or gulp build or gulp - clean & build everything and put it into dist folder
  • npm run serve or gulp serve - serve the pages and utilize live reload on changes to styles, fonts, images, scripts and HTML.

Assets Structure

should be in github-flavored markdown.

app/assets/
|
+- scripts/: The user scripts
|  |
|  +- config/: configuration files (see configuration section)
|
+- styles/: The sass styles
|
+- vendor/: Any third-party script that can't be required()
|
+- graphics/: Images for the site divided in:
|  |
|  +- layout/: Images for layout elements (Ex: background images)
|  +- meta/: Images for the meta tags (Mostly icons and facebook images)
|  +- content/: Content image
|

How scripts are built

The script build, which uses browserify, outputs two js files: bundle.js and vendor.js:

  • bundle.js, created by the javascript task in deployment and by watchify during development, contains all the app-specific code: app/scripts/main.js and all the scripts it requires that are local to this app.
  • vendor.js, created by the vendorBundle task, contains all the external dependencies of the app: namely, all the packages you install using npm install --save ....

Travis for testing and deployment

The .travis.yml file enables the usage of Travis as a test and deployment system. In this particular case, Travis will be looking for any changes to the repo and when a change is made to the master branch, Travis will build the project and deploy it to the gh-pages branch.

semistandard for linting

We're using semistandard for linting.

  • npm run lint - will run linter and warn of any errors.

There are linting plugins for popular editors listed in the semistandard repo.

landscape's People

Contributors

nbumbarger avatar

Stargazers

Rafał Pięciorak avatar

Watchers

Petr Pridal avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.