https://github.com/felangel/felangel.dev
Felix's Personal Website
https://github.com/felangel/felangel.dev
personal-site portfolio website
Last synced: about 2 months ago
JSON representation
Felix's Personal Website
- Host: GitHub
- URL: https://github.com/felangel/felangel.dev
- Owner: felangel
- License: mit
- Created: 2025-06-07T21:54:11.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-08-04T03:07:05.000Z (2 months ago)
- Last Synced: 2025-08-04T05:56:31.089Z (2 months ago)
- Topics: personal-site, portfolio, website
- Language: CSS
- Homepage: https://felangel.dev
- Size: 2.34 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Felix's Personal Website](<[https://felangel.dev](https://felangel.dev)>)
[](https://github.com/felangel/felangel.dev/actions/workflows/main.yaml)
[](https://opensource.org/licenses/MIT)[](https://astro.build)
[](https://tailwindcss.com)
[](https://prettier.io)## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :---------------- | :------------------------------------------- |
| `npm i` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run format` | Formats all source code |