https://github.com/darideveloper/leochan.sh
https://github.com/darideveloper/leochan.sh
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/darideveloper/leochan.sh
- Owner: darideveloper
- License: mit
- Created: 2026-03-13T16:01:31.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-02T12:54:41.000Z (3 months ago)
- Last Synced: 2026-04-03T01:28:09.593Z (3 months ago)
- Language: Astro
- Size: 14.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Nekocorp Portfolio


---
[Demo](https://leonardanton.me/)
[Astro Themes](https://astro.build/themes/details/dark-minimal/)
[ReactBits Showcase](https://www.reactbits.dev/showcase)
The component `` was taken from [ReactBits.dev](https://www.reactbits.dev/)
## **Stack**
### **Frontend**



### **Tools**



### **Show your favorite Spotify album (or your own)** 
1. Choose your Spotify album
2. Access the share options
3. Select 'copy embed code'
```
```
4. Insert the embed code on footer.astro
That's it!
## **Project structure**
```
public/
└── svg/
src/
├── Components/
| ├── contact.astro
| ├── footer.astro
| ├── home.astro
| ├── logoWall.astro
| ├── nav.astro
| └── projects.astro
├── layouts/
| └── Layout.astro
├── React/
| ├── LetterGlitch.tsx
| ├── LikeButton.tsx
| └── SkillsList.tsx
└── pages/
└── index.astro
```
## **Local configuration**
1. Clone the repo:
```
git clone https://github.com/nekocorp/Astro-portfolio
```
2. Install dependencies:
```
npm install
```
3. Start the development server:
```
npm run dev
```
> **Important Notice:**
> This project is licensed under the [MIT License](https://opensource.org/licenses/mit).
> According to the license terms, any redistribution (including compiled or modified versions), you **must** retain the original copyright
> notice and the full license text. Copyright © 2025 Léonard-Anton. All rights reserved.