Giter Site home page Giter Site logo

aforward-oss / uwo-course-site-seed Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nava2/uwo-course-site-seed

0.0 2.0 0.0 140 KB

Project to build responsive course website, based on Bootstrap and Reveal.js

License: MIT License

JavaScript 32.60% HTML 10.67% TypeScript 7.63% CSS 49.11%

uwo-course-site-seed's Introduction

UWO Course Site Seed

This project builds a static page using Gulp, and Pug that allows content creation for a simple course website that has Labs and Lectures.

Lectures

Lectures are built using reveal.js. There are specialized pug filters/mixins available.

Labs

Labs generated via the main index page. Building the labs utilize multiple blocks to quickly make labs of a designated format.

Example

See the currently in use site: SE2205B - Data Structures and Algorithms - Winter 2017.

Development Setup

Prerequisites

  1. Install nodejs, preferably the current release.
  2. Install yarn and gulp: npm install -g yarn gulp-cli#4.0

Bootstrap the repository

  1. Clone the repository
  2. Pull submodules: git submodule update --init --recursive
  3. Install dependencies: yarn install
  4. Create a .env file:
# Sample .env file

PDF_HREF_BASE=https://my-page.github.io/

Building

  1. Build: gulp build, for production: NODE_ENV=production gulp build
  2. Dev server: gulp watch serve (note, must run build at least one before)
  3. Open up the browser to the URL printed, e.g. http://localhost:8000/.
  • If some images/assets do not load, it may be caused by the development server.

uwo-course-site-seed's People

Contributors

nava2 avatar

Watchers

Andrew Forward avatar James Cloos 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.