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

https://github.com/dylf/dylf.dev

🌐 My personal website. Currently a work in progress while I figure out what content I want to put on here.
https://github.com/dylf/dylf.dev

astro personal-website tailwindcss website

Last synced: about 2 months ago
JSON representation

🌐 My personal website. Currently a work in progress while I figure out what content I want to put on here.

Awesome Lists containing this project

README

        

# My Personal Website 🕸️

This is my personal website. Currently a work-in-progress, doesn't actually do much but have some placeholder content right now.

## Tech Stack
- [Astro🚀](https://astro.build)
- [tailwindcss🌬️](https://tailwindcss.com/)

## Commands

All commands are run from the root of the project, from a terminal:

| Command | Action |
| :--------------------- | :------------------------------------------------- |
| `pnpm install` | Installs dependencies |
| `pnpm run dev` | Starts local dev server at `localhost:3000` |
| `pnpm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `pnpm run astro ...` | Run CLI commands like `astro add`, `astro preview` |
| `pnpm run astro --help` | Get help using the Astro CLI |