This is the source code for my personal website, hosted at techit.win. The project package manager is Bun, so be sure to have Bun installed if you want to run it locally.
But actually I think it will works with npm
or yarn
too.
To use this repository as a template for your own site, follow these steps:
- Clone the repository
git clone https://github.com/yourusername/www.git
cd www
- Install Dependencies Use Bun to install the required dependencies:
bun install
- Run Locally To start the development server, run:
bun run dev
# or
bunx --bun astro dev
- Replace my data Update any personal data (such as metadata, content, and links) with your own in the relevant files.
Enjoy coding!
This project is licensed under the GNU General Public License v3.0. If you plan to use any part of this codebase, please replace my data with your own and ensure compliance with the license.