Ecosyste.ms: Awesome
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 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.
- Host: GitHub
- URL: https://github.com/dylf/dylf.dev
- Owner: dylf
- Created: 2022-10-30T21:54:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-13T02:55:54.000Z (4 months ago)
- Last Synced: 2024-07-14T01:54:17.201Z (4 months ago)
- Topics: astro, personal-website, tailwindcss, website
- Language: Astro
- Homepage: https://dylf.dev
- Size: 710 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |