Giter VIP home page Giter VIP logo

esds's Introduction

GitHub Workflow Status (branch)

Repository for hosting material related to Earth System Data Science Initiative efforts. The contents are posted at ncar.github.io/esds.

Tips for Building the Site Locally

To preview your changes to the site, you will have to build the site locally. To do that you need to:

  1. Create the conda environment for this repository with conda env create -f environment.yml.
  2. Activate your environment with conda activate esds-blog
  3. And build the site with make html

At this point you can preview your built site with your prefered method. Here are some options:

  1. Navigating to _build/index.html and opening in your prefered Browser (often possible with a right click).
  2. View via localhost by using Python python -m SimpleHTTPServer
  3. Or view via localhost by using Node js with npm install http-server -g and http-server name-of-file

NOTE: If you added a file, it must be represented in the Table of Contents toctree within the index.md file to be built with the site.

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.