diff --git a/README.md b/README.md index 5c91169..051d2c5 100644 --- a/README.md +++ b/README.md @@ -1,38 +1,20 @@ -# create-svelte +# Portfolio Website -Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte). +This is my personal website that includes some information about me and the recent projects I have worked with. -## Creating a project +## About Me +I'm a full stack developer... I have extensive Shopify development experience and in my freetime I like to work with JavaScript frameworks SvelteKit and build back-end API's with NodeJS. -If you're seeing this, you've probably already done this step. Congrats! +## Tech Stack -```bash -# create a new project in the current directory -npm create svelte@latest - -# create a new project in my-app -npm create svelte@latest my-app -``` +**Client:** SvelteKit and TailwindCSS -## Developing +## Installation -Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server: +Install `sveltekit-portfolio` with pnpm ```bash -npm run dev - -# or start the server and open the app in a new browser tab -npm run dev -- --open + pnpm i sveltekit-portfolio + cd msveltekit-portfolio ``` - -## Building - -To create a production version of your app: - -```bash -npm run build -``` - -You can preview the production build with `npm run preview`. - -> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment. +Run `pnpm dev` to start dev server. \ No newline at end of file diff --git a/src/lib/images/favicon-32x32.png b/src/lib/images/favicon-32x32.png deleted file mode 100644 index 5653d01..0000000 Binary files a/src/lib/images/favicon-32x32.png and /dev/null differ diff --git a/src/lib/images/svelte-welcome.png b/src/lib/images/svelte-welcome.png deleted file mode 100644 index fe7d2d6..0000000 Binary files a/src/lib/images/svelte-welcome.png and /dev/null differ diff --git a/src/lib/images/svelte-welcome.webp b/src/lib/images/svelte-welcome.webp deleted file mode 100644 index 6ec1a28..0000000 Binary files a/src/lib/images/svelte-welcome.webp and /dev/null differ diff --git a/src/routes/Counter.svelte b/src/routes/Counter.svelte deleted file mode 100644 index 69a5b2a..0000000 --- a/src/routes/Counter.svelte +++ /dev/null @@ -1,102 +0,0 @@ - - -
- - -
-
- - {Math.floor($displayed_count)} -
-
- - -
- - diff --git a/src/routes/Header.svelte b/src/routes/Header.svelte deleted file mode 100644 index 368b721..0000000 --- a/src/routes/Header.svelte +++ /dev/null @@ -1,129 +0,0 @@ - - -
-
- - SvelteKit - -
- - - -
- - GitHub - -
-
- - diff --git a/static/favicon.png b/static/favicon.png index 825b9e6..5653d01 100644 Binary files a/static/favicon.png and b/static/favicon.png differ