Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drwpow/personal-site-rust


https://github.com/drwpow/personal-site-rust

Last synced: 9 days ago
JSON representation

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`.