Skip to content

Repository files navigation

www

My own personal corner of the interwebs, built with Svelte (SvelteKit).

Features

  • Home — a simple, minimal, homepage featuring a figlet title with my name on it (rendered via a custom component), and under it, links to my socials and ways to contact me, alongside a few blinkies.
  • Projects (/projects) — a grid of my GitHub repositories, pulled via the GitHub REST API, showing each repo's description, language, topics and stars - with links to the repo and live demo (if one exists).
  • Blog (/blog) — a blog page!

Running locally

You'll need Node.js and npm (or pnpm) installed.

  1. Clone the repo

    git clone https://github.com/guille7z/www
    cd www
  2. Install dependencies

    npm install
  3. Start the dev server

    npm run dev

    If you want it to open automatically in your browser:

    npm run dev --open

Build

To create a production build:

npm run build

To preview the production build locally before deploying:

npm run preview

Stack?

Releases

Packages

Contributors

Languages