https://github.com/kavindu-mane/elezione
Second year Second semester Web Applications Development group project of CST group M (2023) , Uva Wellassa University - Sri Lanka
https://github.com/kavindu-mane/elezione
php tailwindcss
Last synced: 7 months ago
JSON representation
Second year Second semester Web Applications Development group project of CST group M (2023) , Uva Wellassa University - Sri Lanka
- Host: GitHub
- URL: https://github.com/kavindu-mane/elezione
- Owner: kavindu-mane
- License: mit
- Created: 2023-06-26T08:21:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-13T06:20:12.000Z (about 2 years ago)
- Last Synced: 2025-02-12T18:35:58.391Z (9 months ago)
- Topics: php, tailwindcss
- Language: PHP
- Homepage:
- Size: 906 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Elezione
_**Use below command for run project.**_
```bash
php -S localhost:8080 -t public
```
**_If you style something with tailwind css, use this command for generate css file based on tailwind npm package._**
```bash
npx tailwindcss -i public/css/style.css -o public/css/output.css --watch
```