NMikle

nmikle.github.io

Personal website built with SvelteKit and TypeScript, deployed to GitHub Pages.

Live Site

https://nmikle.github.io

Development

Prerequisites

Setup

npm install

Running Locally

npm run dev

Opens a development server at http://localhost:5173 with hot reload.

Building

npm run build

Outputs static files to build/ directory.

Preview Production Build

npm run preview

Type Checking

npm run check

Deployment

Pushing to the master branch automatically triggers a GitHub Actions workflow that builds and deploys the site to GitHub Pages.

Tech Stack

License

MIT