-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed fizzbuzz code, added windows install script
- Loading branch information
Showing
5 changed files
with
1,149 additions
and
186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.