Skip to content

Commit 6687c9a

Browse files
authored
Update README.md
1 parent 5a72b72 commit 6687c9a

File tree

1 file changed

+15
-29
lines changed

1 file changed

+15
-29
lines changed

README.md

+15-29
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,24 @@
1-
# sv
1+
# 💼 BluePixelDev Portfolio
2+
This repository contains the source code for my personal portfolio website, built with Svelte and Vite, and deployed via GitHub Pages
23

3-
Everything you need to build a Svelte project, powered by [`sv`](https://github.com/sveltejs/cli).
4+
## 🚀 Tech Stack
5+
[![Svelte](https://img.shields.io/badge/Svelte-FF3E00?style=for-the-badge&logo=svelte&logoColor=white)](https://svelte.dev)
6+
[![Vite](https://img.shields.io/badge/Vite-646CFF?style=for-the-badge&logo=vite&logoColor=white)](https://vitejs.dev)
7+
[![GitHub Pages](https://img.shields.io/badge/GitHub_Pages-222222?style=for-the-badge&logo=github&logoColor=white)](https://pages.github.com)
48

5-
## Creating a project
9+
### 🛠️ Skills
610

7-
If you're seeing this, you've probably already done this step. Congrats!
11+
[![My Skills](https://skillicons.dev/icons?i=svelte,vite,ts,html,css,git,github)](https://skillicons.dv)
812

9-
```bash
10-
# create a new project in the current directory
11-
npx sv create
13+
## 📦 Deployment
1214

13-
# create a new project in my-app
14-
npx sv create my-app
15-
```
15+
This site is automatically built and deployed using GitHub Actions. The workflow compiles a static version of the website and publishes it to GitHub Paes.
1616

17-
## Developing
17+
[![Build and Deploy](https://github.com/BluePixelDev/bluepixeldev.github.io/actions/workflows/deploy.yml/badge.svg)](https://github.com/BluePixelDev/bluepixeldev.github.io/actions/workflows/deploy.ml)
1818

19-
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
19+
## 🔗 Live Site
2020

21-
```bash
22-
npm run dev
21+
Visit the live portfolio at: [bluepixeldev.github.io](https://bluepixeldev.githu.io)
2322

24-
# or start the server and open the app in a new browser tab
25-
npm run dev -- --open
26-
```
27-
28-
## Building
29-
30-
To create a production version of your app:
31-
32-
```bash
33-
npm run build
34-
```
35-
36-
You can preview the production build with `npm run preview`.
37-
38-
> To deploy your app, you may need to install an [adapter](https://svelte.dev/docs/kit/adapters) for your target environment.
23+
## 📝 Liense
24+
This project is licensed under the [MIT License](LIENSE).

0 commit comments

Comments
 (0)