diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..18431b7d --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,10 @@ +# This is run when starting a Gitpod workspace on this repository + +image: leanprovercommunity/mathlib:gitpod + +vscode: + extensions: + - leanprover.lean4 # install the Lean 4 VS Code extension + +tasks: + - command: . /home/gitpod/.profile && lake exe cache get # Download cache diff --git a/README.md b/README.md index 1a34a71f..d8670466 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Fermat's Last Theorem -[![Website](https://img.shields.io/badge/Website-ready-green)](https://ImperialCollegeLondon.github.io/FLT/) [![Documentation](https://img.shields.io/badge/Documentation-passing-green)](https://ImperialCollegeLondon.github.io/FLT/docs/) [![Blueprint](https://img.shields.io/badge/Blueprint-WIP-blue)](https://ImperialCollegeLondon.github.io/FLT/blueprint/) [![Paper](https://img.shields.io/badge/Paper-WIP-blue)](https://ImperialCollegeLondon.github.io/FLT/blueprint.pdf) +[![Website](https://img.shields.io/badge/Website-ready-green)](https://ImperialCollegeLondon.github.io/FLT/) [![Documentation](https://img.shields.io/badge/Documentation-passing-green)](https://ImperialCollegeLondon.github.io/FLT/docs/) [![Blueprint](https://img.shields.io/badge/Blueprint-WIP-blue)](https://ImperialCollegeLondon.github.io/FLT/blueprint/) [![Paper](https://img.shields.io/badge/Paper-WIP-blue)](https://ImperialCollegeLondon.github.io/FLT/blueprint.pdf) [![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/ImperialCollegeLondon/FLT) An ongoing multi-author open source project to formalise a proof of Fermat's Last Theorem in the Lean theorem prover.