Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.36 KB

README.md

File metadata and controls

37 lines (29 loc) · 1.36 KB

craft - Design mockup

craft (or craftlang) is a website for a fake programming language that I came up with. It doesn't exist. However, craftlang does exist.

Design

I designed this in Figma, and built it using TailwindCSS.

Main Header Why Section Install Section

Build

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.

View

You can view the website here.