eeg_certs/rs-front/README.md

10 lines
342 B
Markdown
Raw Permalink Normal View History

2023-12-07 15:24:31 +00:00
# Development
1. Install npm: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
2. Install the tailwind css cli: https://tailwindcss.com/docs/installation
3. Run the following command in the root of the project to start the tailwind CSS compiler:
```bash
pnpx tailwindcss -i ./input.css -o ./public/tailwind.css --watch
```