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 Semester 1 Group Assignment
- 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 must contain an explanation/list of changes and must be reviewed by at least one other team member.
assets
All stylesheets, images, ... shall be put hereassignment
The files provided by the university containing tasks, content, etc.structure
The doc files in converted to htmlsite
The site's content filescombiner
NodeJS Script combining the site's template filesdist
This folder contains the finalized website. These files shall be published later on / given to the teacher
This repository's master
branch and all pull requests are automatically deployed to heroku.
-
Install
npm
-
Run
npm install
-
Start the server Mac: Run
npm start
Win-WSL: Runnpm run-script wsl
-
Visit the website in the browser on
http://localhost:3000
-
Make changes by changing directory (cd) to ./combiner and run
npm run-script combine