💠 Skwal.net is my personal website, where I share my projects, my thoughts, and my knowledge. I also host a few services, such as my emails, my blog, a NextCloud instance, and more. I also use this website as a playground to experiment with new technologies and to learn new things. 💠
- Nuxt.js 3 🚀
- Pinia 🍍
- TailwindCSS 🎨
- Vite ⚡
Important
You must have node.js and npm installed on your machine to run this project.
- Clone the repository
git clone https://github.com/SkwalExe/skwal-net-v3
- Install the dependencies
npm install
- Run the development server
npm run dev