A personal website built with SvelteKit.
🌐 Live Site: xenorio.xyz
- Node.js 18+
- Yarn package manager
# Clone the repository
git clone https://github.com/xenorio/xenorio-website.git
cd homepage
# Install dependencies
yarn install
# Start development server
yarn dev# Build the static site
yarn build
# Preview the build
yarn previewThis project is licensed under the AGPLv3 License - see the LICENSE file for details.
While this is a personal website, suggestions and improvements are welcome!