Skip to content

Commit

Permalink
readme and favicon update
Browse files Browse the repository at this point in the history
  • Loading branch information
3daddict committed Nov 9, 2022
1 parent 4f907d6 commit 8688b8a
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 260 deletions.
40 changes: 11 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Binary file removed src/lib/images/favicon-32x32.png
Binary file not shown.
Binary file removed src/lib/images/svelte-welcome.png
Binary file not shown.
Binary file removed src/lib/images/svelte-welcome.webp
Binary file not shown.
102 changes: 0 additions & 102 deletions src/routes/Counter.svelte

This file was deleted.

129 changes: 0 additions & 129 deletions src/routes/Header.svelte

This file was deleted.

Binary file modified static/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8688b8a

Please sign in to comment.