Recent Blog
How to setup Vue 3 with Vite, Tailwind and Eslint/Prettier
If you haven’t heard about vite already, it’s a new developer tool to build your JavaScript projects. We’re going to be using yarn but you’re free to use npm. Let’s start by opening a terminal and typing:
yarn create @vitejs/app And you can start the development server with:
yarn yarn dev The first line downloads all the JavaScript dependencies the second one starts it, but wasn’t that fast? If you’ve been using vue-cli or just plain old Webpack this is way faster.
read more
Arch Linux Kiosk
Here at Southwestern Adventist University the administration decided to have TV’s as announcement boards. For this I’ve built an app that works with docker compose and serves the announcements, news & events on localhost. Sorry but I can’t share this app at the moment. I had this working on NUCs mounted on the TV’s with Ubuntu, but keeping up with it is just so cumbersome, so started looking for an alternative and found Arch Linux.
read more