Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 877 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 877 Bytes

Hack For Good Leipzig

A hackathon to give back to the good, organized by nullaufeins e.V. & devhaus. This repository contains the event website.

🚀 Project Structure

The project is structured like this:

/
├── wwww/
│   ├── _archive/ (archived event pages)
│   ├── _core/ (website configuration)
│       ├── defaultpage.inc.php
│       ├── main.inc.php
│   ├── assets/ (website images, fonts)
│   ├── de/ (German content version)
│   ├── en/ (English content version)
│   ├── stylesheets/ (SASS and CSS files)
└── .gitignore
└── .woodpecker.yml
└── README

Setup

Webserver

Styles

VSCode Extensions