Welcome to my personal website, built with Nuxt 3 and deployed via GitHub Pages. This repository serves as both the source for my site (stored in components/, pages/, layouts/, etc.) and the final static output (located in the docs/ folder) that GitHub Pages uses to serve the live site at https://dmxsan.github.io.
- Framework: Nuxt 3
- Deployment: GitHub Pages (using the
docsfolder on themainbranch) - Styling: Custom CSS (you can integrate additional libraries like Tailwin)
To run the site locally:
- Clone the Repository
git clone https://github.com/dmxsan/dmxsan.github.io cd dmxsan.github.io - Install Dependencies
npm install
- Run the Development Server
Open http://localhost:3000 in your browser to see the site. Any changes you make will hot-reload automatically
npm run dev