|
1 | | -# Portfolio |
2 | | - |
3 | | - |
4 | | - |
5 | | ---- |
6 | | - |
7 | | -[Demo](https://oscarhernandez.vercel.app/) |
8 | | - |
9 | | -[Astro Themes](https://astro.build/themes/details/dark-minimal/) |
10 | | - |
11 | | -[ReactBits Showcase](https://www.reactbits.dev/showcase) |
12 | | - |
13 | | -The component `<LetterGlitch \>` was taken from [ReactBits.dev](https://www.reactbits.dev/) |
14 | | - |
15 | | -## **Stack** |
16 | | -### **Frontend** |
17 | | - |
18 | | - |
19 | | - |
20 | | - |
21 | | -### **Tools** |
22 | | - |
23 | | - |
24 | | - |
25 | | - |
26 | | -### **Show your favorite Spotify album (or your own)**  |
27 | | -1. Choose your Spotify album |
28 | | -2. Access the share options |
29 | | -3. Select 'copy embed code' |
30 | | -``` |
31 | | -<iframe src="https://open.spotify.com/embed/album/ALBUM_ID" style="border-radius:12px border:0;" class="w-full h-40" frameborder="0" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"></iframe> |
32 | | -``` |
33 | | -4. Insert the embed code on footer.astro |
34 | | - |
35 | | -That's it! |
| 1 | +# Rain With Code Portfolio |
36 | 2 |
|
37 | 3 | ## **Project structure** |
| 4 | + |
38 | 5 | ``` |
39 | 6 | public/ |
40 | 7 | └── svg/ |
|
56 | 23 | └── index.astro |
57 | 24 | ``` |
58 | 25 |
|
59 | | -## **Local configuration** |
60 | | -1. Clone the repo: |
| 26 | +## **Local configuration** |
| 27 | + |
| 28 | +1. Clone the repo: |
| 29 | + |
61 | 30 | ``` |
62 | 31 | git clone https://github.com/gothsec/portfolio |
63 | 32 | ``` |
| 33 | + |
64 | 34 | 2. Install dependencies: |
65 | | -``` |
| 35 | + |
| 36 | +``` |
66 | 37 | npm install |
67 | 38 | ``` |
| 39 | + |
68 | 40 | 3. Start the develpoment server: |
69 | | -``` |
| 41 | + |
| 42 | +``` |
70 | 43 | npm run dev |
71 | 44 | ``` |
72 | 45 |
|
73 | | -> **Important Notice:** |
74 | | -> This project is licensed under the [MIT License](https://opensource.org/licenses/mit). |
75 | | -> According to the license terms, any redistribution (including compiled or modified versions), you **must** retain the original copyright |
76 | | -> notice and the full license text. Copyright © 2025 Oscar Hernandez. All rights reserved. |
| 46 | +> Copyright © 2025 Oscar Hernandez. |
0 commit comments