My link tree written in Astro
Find a file
2024-07-23 21:52:55 +02:00
.vscode build: default astro files 2023-01-06 20:10:00 +01:00
public fix: add favicon ico 2023-04-01 11:33:41 +02:00
src feat: add sourcehut 2024-07-23 21:52:55 +02:00
.gitignore feat: icons 2024-01-11 15:48:33 +01:00
.prettierignore refactor: configure for myself 2023-04-01 11:21:00 +02:00
.prettierrc.cjs refactor: configure for myself 2023-04-01 11:21:00 +02:00
astro.config.ts feat: add gerlachsnezka & update deps 2024-04-02 19:30:20 +02:00
CONTRIBUTING.md refactor: configure for myself 2023-04-01 11:21:00 +02:00
LICENSE docs: add license 2024-07-19 23:50:48 +02:00
package.json build: use @playform/compress instead @playform/compress-astro 2024-04-12 15:22:09 +02:00
pnpm-lock.yaml build: use @playform/compress instead @playform/compress-astro 2024-04-12 15:22:09 +02:00
postcss.config.cjs build: postcss plugins 2023-01-06 20:38:58 +01:00
README.md docs: change discord invite 2023-05-07 22:55:51 +02:00
tailwind.config.cjs feat: add sourcehut 2024-07-23 21:52:55 +02:00
tsconfig.json build: default astro files 2023-01-06 20:10:00 +01:00


Hyro

Source code for hyro's links website, simple and modern page.

Setup

  1. Clone this repository: git clone https://github.com/xHyroM/links.git
  2. Navigate to the project directory: cd links
  3. Install the dependencies: pnpm install

Usage

  • To run the development server: pnpm run dev
  • To build the project for production: pnpm run build
  • To preview the production build: pnpm run preview

Contributing

To contribute to this project, please follow the standard Git workflow and CONTRIBUTING.

  1. Fork this repository
  2. Create a new branch for your changes: git checkout -b my-feature
  3. Commit your changes: git commit -am "Add my feature"
  4. Push the branch: git push origin my-feature
  5. Open a pull request