https://github.com/floneum/kalosm-chat
https://github.com/floneum/kalosm-chat
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/floneum/kalosm-chat
- Owner: floneum
- Created: 2024-01-04T02:42:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-04T02:47:05.000Z (over 1 year ago)
- Last Synced: 2024-11-12T12:10:15.765Z (6 months ago)
- Language: CSS
- Size: 14.7 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
npx tailwindcss -i ./input.css -o ./public/tailwind.css --watch
```Run the following command in the root of the project to start the Dioxus dev server:
```bash
dx serve --hot-reload --platform desktop
```