Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rust-lang/compiler-team

A home for compiler team planning documents, meeting minutes, and other such things.
https://github.com/rust-lang/compiler-team

Last synced: about 1 month ago
JSON representation

A home for compiler team planning documents, meeting minutes, and other such things.

Awesome Lists containing this project

README

        

# Compiler Team
This repository contains a static site that details the procedures, policies, working groups,
planning documents and minutes.

You are probably looking [for the rendered website](https://rust-lang.github.io/compiler-team/) instead.

### Building the website
You'll need to install [Hugo](https://github.com/gohugoio/hugo#choose-how-to-install) (ensure to get Hugo extended version for SCSS support) to build the website locally, you can then run the following commands to set the website up:

```
git clone [email protected]:rust-lang/compiler-team.git
git submodule update --init
hugo server --minify
```

To generate a version for distribution, run `hugo --minify` and use the `public` directory.