An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# [Felix's Personal Website](<[https://felangel.dev](https://felangel.dev)>)

[![build](https://github.com/felangel/felangel.dev/actions/workflows/main.yaml/badge.svg)](https://github.com/felangel/felangel.dev/actions/workflows/main.yaml)
[![License: MIT](https://img.shields.io/badge/license-MIT-purple.svg)](https://opensource.org/licenses/MIT)

[![Built with Astro](https://astro.badg.es/v2/built-with-astro/tiny.svg)](https://astro.build)
[![Tailwind](https://img.shields.io/badge/Tailwind%20CSS-%2338B2AC.svg?logo=tailwind-css&logoColor=white)](https://tailwindcss.com)
[![Prettier](https://img.shields.io/badge/prettier-1A2C34?logo=prettier&logoColor=F7BA3E)](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 |