My link tree written in Astro
Find a file
2023-04-06 15:16:15 +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 hyros utils, archive 2023-04-06 15:16:15 +02:00
.gitignore refactor: configure for myself 2023-04-01 11:21:00 +02: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 build: remove vercel adapter 2023-04-01 11:28:12 +02:00
CONTRIBUTING.md refactor: configure for myself 2023-04-01 11:21:00 +02:00
package.json build: remove vercel adapter 2023-04-01 11:28:12 +02:00
pnpm-lock.yaml build: remove vercel adapter 2023-04-01 11:28:12 +02:00
postcss.config.cjs build: postcss plugins 2023-01-06 20:38:58 +01:00
README.md refactor: configure for myself 2023-04-01 11:21:00 +02:00
tailwind.config.cjs feat: add footer 2023-04-01 11:58:19 +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