Code Monkey home page Code Monkey logo

well-being's Introduction

Middlebury Well-Being

Requirements

Quick start

# clone your repo then open terminal in its folder

# install npm packages
npm install

# start local dev server
npm start

This will run browser sync server on http://localhost:3000. (Browser sync will automatically set it to a different port if you have something running on it. Check what gets output in terminal for the exact URL.)

Deployment

npm run deploy
  1. This will compile jekyll, process and minify CSS and JS, and compress images
  2. It will commit the contents of the _site directory to the site branch and push it to GitHub
  3. IT has automated scripts to deploy the contents of the site branch on change. Your changes should now be live at its assigned domain.

well-being's People

Contributors

zebapy avatar dependabot[bot] avatar poojagunturu96 avatar imcbride avatar

Stargazers

Evan Conkle avatar

Watchers

James Cloos avatar  avatar  avatar

well-being's Issues

Promise undefined in ie 11

Repro

  1. Navigate to either home page or overview page
  2. Click Your Well-Being link or Explore button depending on the page you're on

Results

  • Spinner displays continuously and no page loads

Expected

  • Page does an ajax request to fetch the next page

If you open up the console, it's logged Promise is undefined. This can be fixed by requiring babel-polyfill but the polyfill is unnecessarily large for this. The fetch whatwg-fetch polyfill should have already fixed this but for some reason it's not working.

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.