Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 17 hours 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 |