Giter Site home page Giter Site logo

sepsis-quiz's Introduction

Wordpress Sepsis Quiz

Setup

  1. We recommend this tutorial for getting Wordpress set up locally with MAMP.
  2. Once you have Wordpress setup locally, delete your local copy of the "twentyseventeen" theme rm -r /path-to-wordpress/wp-content/themes/twentyseventeen
  3. Now symlink the theme from this repo into your Wordpress install ln -s /path-to-sepsis-quiz/twentyseventeen /path-to-wordpress/wp-content/themes/ (note: I'm not a symlink master but they're funny with relative paths. I recommend using the full path for this command).

Now you can develop from this repo (see sepsis-quiz-js/README.md) and your Wordpress site will update automagically! Fantastic!

Setting up the Wordpress Page

From your Wordpress Admin Dashboard (probably located at http://localhost:8888/wp-admin):

  1. In the left menu select Pages > Add New
  2. Type in a page name
  3. In the Page Attributes menu (on the right) select SepsisQuiz as the template.
  4. Make sure to press Save Draft or Publish!

Releasing the Page (into the wild!)

The files that need to be added to Sepsis Alliance's theme are:

  1. sepsis-quiz.php
  2. sepsisQuiz.js
  3. sepsis-quiz.css

Their functions.php file also needs to be updated with the code inside the if ( is_page_template('sepsis-quiz.php')) code block.

Design Prototype

Check it out on Invision

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.