This repository contains source code for interactive versions of the figures in my paper RO(𝕋)-graded TF of perfectoid rings. It is hosted at https://ysulyma.github.io/papers/rog-tf/.
You will need to have NodeJS installed. Once you do, clone this repository and run the following commands:
[email protected]:ysulyma/math-rog-tf.git
cd math-rog-tf
npm installOnce you have done this, run
viteand open your browser with the URL it gives you.
This is a React app built with Vite. If you are unfamiliar with web development, you will need to learn the following technologies:
- HTML
- CSS (less important)
- Javascript
- React
- TypeScript (less important)
You should learn them in this order, although you don't have to master any of these (which is impossible) before starting the next—just make sure you have the basic concepts. A lot of confusions I see come from not understanding the boundaries between these technologies.