Skip to content

Commit

Permalink
fixed fizzbuzz code, added windows install script
Browse files Browse the repository at this point in the history
  • Loading branch information
NotLe0n committed Apr 14, 2024
1 parent 4e88aa4 commit 674a1b9
Show file tree
Hide file tree
Showing 5 changed files with 1,149 additions and 186 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# DDP homepage
[![Deploy static content to Pages](https://github.com/DDP-Projekt/DDP-Projekt.github.io/actions/workflows/static.yml/badge.svg)](https://github.com/DDP-Projekt/DDP-Projekt.github.io/actions/workflows/static.yml)
# DDP homepage [![Deploy static content to Pages](https://github.com/DDP-Projekt/DDP-Projekt.github.io/actions/workflows/static.yml/badge.svg)](https://github.com/DDP-Projekt/DDP-Projekt.github.io/actions/workflows/static.yml)

Static homepage hosted on ddp.le0n.dev using GitHub Pages.

Run `./compile-css.sh` first.
## How to run
1. Run `./compile-css.sh` or `.\compile-css.bat` on Windows.
2. Now you can browse the site at `static/index.html`

![image](https://github.com/DDP-Projekt/DDP-Projekt.github.io/assets/26361108/f8653be0-e412-4e23-a6d0-dd3e75d820a5)
## Preview
![image](https://i.imgur.com/YI6VyX3.png)
2 changes: 2 additions & 0 deletions compile-css.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
call npm install -D tailwindcss
call npx tailwindcss -i .\static\css\input.css -o .\static\css\output.css
Loading

0 comments on commit 674a1b9

Please sign in to comment.