Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xilaluna/xilaluna.com
My personal portfolio
https://github.com/xilaluna/xilaluna.com
astrojs css personal-website portfolio tailwindcss
Last synced: 24 days ago
JSON representation
My personal portfolio
- Host: GitHub
- URL: https://github.com/xilaluna/xilaluna.com
- Owner: xilaluna
- License: mit
- Created: 2022-07-27T02:20:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-29T07:52:49.000Z (12 months ago)
- Last Synced: 2023-12-29T08:40:37.726Z (12 months ago)
- Topics: astrojs, css, personal-website, portfolio, tailwindcss
- Language: Astro
- Homepage: https://xilaluna.com
- Size: 38.2 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xilaluna.com
A minimalistic portfolio website that is easy to read and understand.
## 📍 Visit my Portfolio
Visit my portfolio at [xilaluna.com](https://xilaluna.com)!
## 🥞 Stack
- [Astro](https://astro.build/) - Super Fast Static Site Generator
- [Tailwind CSS](https://tailwindcss.com/) - CSS Framework
- [pnpm](https://pnpm.io/) - Package Manager
- [Phosphor Icons](https://phosphoricons.com/) - Clean Icons## 🧑💻 Download for a Template and Run it Locally
First clone the repository
```
git clone https://github.com/xilaluna/xilaluna.com.git
```Move into the directory
```
cd xilaluna.com
```This project does require [pnpm](https://pnpm.io/) to be installed. If you don't have it installed, you can install it with npm.
```
npm install -g pnpm
```Install the dependencies
```
pnpm install
```Run the project
```
pnpm dev
```## 🪪 License
Licensed under the [MIT License](./LICENSE).
If you use this project, please give me credit by linking back to [xilaluna.com](https://xilaluna.com).