Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ckt1031/tsun1031.xyz
A personal website showcasing information about me and my articles!
https://github.com/ckt1031/tsun1031.xyz
astro astrojs personal-website tailwindcss
Last synced: about 1 month ago
JSON representation
A personal website showcasing information about me and my articles!
- Host: GitHub
- URL: https://github.com/ckt1031/tsun1031.xyz
- Owner: ckt1031
- License: mit
- Created: 2022-07-17T01:39:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-28T04:48:24.000Z (about 2 months ago)
- Last Synced: 2024-12-28T05:23:55.942Z (about 2 months ago)
- Topics: astro, astrojs, personal-website, tailwindcss
- Language: Astro
- Homepage: https://tsun1031.xyz
- Size: 9.57 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tsun1031.xyz
[![Astro](https://img.shields.io/badge/Astro-FF5D01?logo=astro&logoColor=fff&style=for-the-badge)](https://astro.build)
[![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)](https://www.typescriptlang.org)
[![Tailwind CSS](https://img.shields.io/badge/Tailwind%20CSS-black?style=for-the-badge&logo=tailwind-css)](https://tailwindcss.com)A personal website showcasing information about me and my articles!
## Official Website
Visit the official website [here](https://tsun1031.xyz).
## Get Started
[Node.js](https://nodejs.org) 18 (or latest LTS) and [bun](https://bun.sh) are required to build this project.
Install dependencies:
```bash
bun install
```To start the development server:
```bash
bun run dev
```Build the project:
```bash
bun run build
```## License
This project is licensed under the [MIT License](LICENSE).