https://github.com/florinpop17/live-ama
https://github.com/florinpop17/live-ama
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/florinpop17/live-ama
- Owner: florinpop17
- Created: 2021-08-03T08:41:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-04T08:16:33.000Z (about 4 years ago)
- Last Synced: 2025-03-25T05:34:26.278Z (7 months ago)
- Language: CSS
- Size: 225 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Live AMA
This is the repo for the project.
## Tailwind command to generate the CSS in Production
```
NODE_ENV=production npx tailwindcss-cli@latest build ./style.css -o ./tailwind.css --watch
```
## Tailwind command to generate the whole CSS file
```
npx tailwindcss-cli@latest build -o ./tailwind.css
```
## TODO
USE JIT MODE!!!