Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rust-lang/compiler-team
- Owner: rust-lang
- License: apache-2.0
- Created: 2018-11-16T20:48:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-26T16:59:26.000Z (about 2 months ago)
- Last Synced: 2024-09-28T20:41:07.593Z (about 1 month ago)
- Language: HTML
- Homepage: https://rust-lang.github.io/compiler-team/
- Size: 3.36 MB
- Stars: 385
- Watchers: 85
- Forks: 67
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - rust-lang/compiler-team - A home for compiler team planning documents, meeting minutes, and other such things. (HTML)
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.