|
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 |
2 | 3 |
|
3 |
| -Everything you need to build a Svelte project, powered by [`sv`](https://github.com/sveltejs/cli). |
| 4 | +## 🚀 Tech Stack |
| 5 | +[](https://svelte.dev) |
| 6 | +[](https://vitejs.dev) |
| 7 | +[](https://pages.github.com) |
4 | 8 |
|
5 |
| -## Creating a project |
| 9 | +### 🛠️ Skills |
6 | 10 |
|
7 |
| -If you're seeing this, you've probably already done this step. Congrats! |
| 11 | +[](https://skillicons.dv) |
8 | 12 |
|
9 |
| -```bash |
10 |
| -# create a new project in the current directory |
11 |
| -npx sv create |
| 13 | +## 📦 Deployment |
12 | 14 |
|
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. |
16 | 16 |
|
17 |
| -## Developing |
| 17 | +[](https://github.com/BluePixelDev/bluepixeldev.github.io/actions/workflows/deploy.ml) |
18 | 18 |
|
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 |
20 | 20 |
|
21 |
| -```bash |
22 |
| -npm run dev |
| 21 | +Visit the live portfolio at: [bluepixeldev.github.io](https://bluepixeldev.githu.io) |
23 | 22 |
|
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