CMU-17-356 / cmu-17-356.github.io

Course Website for CMU 17-356

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Course Website for CMU 17-356

Authors: Afsoon Afzal, Andrew Begel, Derek Brown, Michael Hilton, Claire Le Goues, Heather Miller, Zeeshan Lakhani

Welcome to Software Engineering for Startups!

To build the website

To run the built-in development server:

  1. Create and activate a Python virtual environment

  2. Install requirements

pip install -r requirements.txt
  1. Start local development server
mkdocs serve

You can then find the website running on http://localhost:8000/

For detailed installation instructions, configuration options, and a demo, visit squidfunk.github.io/mkdocs-material

Pre-Semester Setup

  1. Run the following to build the static site:
mkdocs build
  1. Rename the static site folder to its semester-name (i.e. F22). Delete the _old folder within this.

  2. Within the docs/_data directory, set up information for course links, new staff members, and the semester's schedule. A generate_dates.py script is provided to auto-populate the schedule.yaml file with the expected format

  3. Replace the Class Calendar iframe within docs/index.md with a new Google calendar.

  4. Toggle which pages can be navigated to in the mkdocs.yml file under the nav section

About

Course Website for CMU 17-356


Languages

Language:JavaScript 46.5%Language:TypeScript 33.7%Language:HTML 9.2%Language:CSS 4.2%Language:Rust 2.4%Language:SCSS 1.3%Language:Vue 0.6%Language:Handlebars 0.5%Language:Objective-C 0.5%Language:Starlark 0.3%Language:Pug 0.2%Language:Shell 0.2%Language:Java 0.2%Language:Dockerfile 0.1%Language:Ruby 0.0%Language:Makefile 0.0%