
Creating my portfolio website using GitHub's Spec-kit
For a long time I have wanted to create my own website portfolio. After many failed attempts of trying to write something that looked vaguely good, I read a couple of articles on GitHub's spec-kit and decided to give it a go, the full result can be found at repository , with the site hosted on github pages at portfolio Spec-kit offers a framework and guideline for your AI tool of choice ( many are supported ) to build an application. Prerequisites Spec-kit is a command line interface tool built in python, and the following should be installed prior to installing the cli tool. Python Python package uv Install I chose to install the cli tool persistently using the command uv tool install specify-cli --from git+https://github.com/github/spec-kit.git Creating the project I did not make the project folder prior, so I navigated to the path were I wanted to create my project folder and used the command specify init I then got the option to select your AI assistant I then got the option to def
Continue reading on Dev.to
Opens in a new tab



