poetry install
orpip install -r requirements.txt
andnpm install
litestar run --reload
** this will start the Litestar app on your local with hot reloadnpx tailwindcss -i ./src/static/css/input.css -o ./src/static/css/styles.css --watch
** this will generate new CSS on-the-fly
- Open this in your browser:
http://127.0.0.1:8000