Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drwpow/personal-site-rust
https://github.com/drwpow/personal-site-rust
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/drwpow/personal-site-rust
- Owner: drwpow
- Created: 2020-09-04T22:56:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-09-05T01:31:40.000Z (over 4 years ago)
- Last Synced: 2024-10-15T00:31:12.304Z (2 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`.