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

https://github.com/florinpop17/live-ama


https://github.com/florinpop17/live-ama

Last synced: 6 months ago
JSON representation

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