https://github.com/destroyerrrocket/destroyerrrocket.github.io
https://github.com/destroyerrrocket/destroyerrrocket.github.io
Last synced: about 20 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/destroyerrrocket/destroyerrrocket.github.io
- Owner: Destroyerrrocket
- Created: 2024-09-17T19:12:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-30T19:14:03.000Z (about 1 year ago)
- Last Synced: 2025-03-30T19:32:43.824Z (about 1 year ago)
- Language: Rust
- Size: 3.11 MB
- 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 ./assets/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