Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.49 KB

README.md

File metadata and controls

46 lines (35 loc) · 1.49 KB

💠 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. 💠

Skwal.net v3

Technologies used 🛠

  • Nuxt.js 3 🚀
  • Pinia 🍍
  • TailwindCSS 🎨
  • Vite ⚡

How to setup for development 📥

Important

You must have node.js and npm installed on your machine to run this project.

  1. Clone the repository
git clone https://github.com/SkwalExe/skwal-net-v3
  1. Install the dependencies
npm install
  1. Run the development server
npm run dev