Skip to content

Commit

Permalink
Merge pull request #4 from ImperialCollegeLondon/gitpod
Browse files Browse the repository at this point in the history
Add Gitpod for more instant access and collaboration
  • Loading branch information
utensil authored Nov 28, 2023
2 parents 21b3533 + 12200bb commit 00f6cd4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 00f6cd4

Please sign in to comment.