https://github.com/drwpow/personal-site-rust
https://github.com/drwpow/personal-site-rust
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/drwpow/personal-site-rust
- Owner: drwpow
- Created: 2020-09-04T22:56:49.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2020-09-05T01:31:40.000Z (almost 6 years ago)
- Last Synced: 2025-09-12T04:06:04.111Z (11 months ago)
- Language: HTML
- Size: 21.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🦀 rust-site
## 👩🚀 Developing
Install necessary dependencies with:
```
rustup default nightly
rustup update && cargo update
```
Also install Sass globally (either `brew install sass/sass/sass` or `npm i -g sass`). Then run:
```
make dev
```
The server will be available at `localhost:8000`.