craft (or craftlang) is a website for a fake programming language that I came up with. It doesn't exist. However, craftlang does exist.
I designed this in Figma, and built it using TailwindCSS.
To build this in a development environment, use npm run dev
. This adds a lot unneeded of CSS to the output file (learn more here).
To build for production, use npm run build
. This tree-shakes the unneeded CSS to make it much smaller.
You can view the website here.