Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hjklchan/hjkoi-web
https://github.com/hjklchan/hjkoi-web
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/hjklchan/hjkoi-web
- Owner: hjklchan
- Created: 2024-06-17T11:40:43.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-19T09:14:06.000Z (6 months ago)
- Last Synced: 2024-06-20T06:10:21.481Z (6 months ago)
- Language: CSS
- Size: 163 KB
- Stars: 0
- Watchers: 1
- 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
```- Open the browser to http://localhost:8080