Skip to content
This repository has been archived by the owner on May 4, 2020. It is now read-only.

ToKoSoftware/dhbw-svm-outdoor

Repository files navigation

As this project is graded & completed and this semester is over, this repository has been archived in favor of the new repository for semester 2 & 3 TomasKostadinov/dhbw-svm-outdoor-joomla

DHBW SVM Outdoor Website

DHBW Semester 1 Group Assignment

Conventions:

  • Branches with improvements shall be named improvement/branch-name
  • Branches with imports from assigned doc files shall be named import/branch-name
  • All commits, comments, pull requests, ... shall be created in english

Pull Requests

  • Pull requests must contain an explanation/list of changes and must be reviewed by at least one other team member.

Folder Structure

  • assets All stylesheets, images, ... shall be put here
  • assignment The files provided by the university containing tasks, content, etc.
  • structure The doc files in converted to html
  • site The site's content files
  • combiner NodeJS Script combining the site's template files
  • dist This folder contains the finalized website. These files shall be published later on / given to the teacher

Deployment

This repository's master branch and all pull requests are automatically deployed to heroku.

Starting local server

  1. Install npm

  2. Run npm install

  3. Start the server Mac: Run npm start Win-WSL: Run npm run-script wsl

  4. Visit the website in the browser on http://localhost:3000

  5. Make changes by changing directory (cd) to ./combiner and run npm run-script combine