An open API service indexing awesome lists of open source software.

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

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
```