My website written in Astro
Find a file
2024-08-18 18:08:42 +02:00
.gimi build: change main provider in gimi 2024-07-24 13:17:17 +02:00
.github docs: add FUNDING 2023-04-10 22:02:25 +02:00
.vscode stvorenie veci 2022-12-04 14:46:22 +01:00
astro-integrations/minify license: apache2.0 -> AGPL 2024-07-30 22:40:25 +02:00
blog feat: proper way to install fusion 360 on linux 2024-05-26 11:45:44 +02:00
docs Merge branch 'feat/distroid-docs' into patch-1 2024-08-18 18:08:42 +02:00
public feat: add email contact 2024-07-23 21:39:58 +02:00
src fix: serve picture in 375x375 2024-08-02 22:34:39 +02:00
.gitattributes build: add gitattributes 2023-06-03 18:56:11 +02:00
.gitignore build: add .astro to gitignore 2024-03-07 11:22:11 +01:00
.prettierignore refactor: cleanup 2023-06-02 20:16:23 +02:00
.prettierrc.cjs fix: docs mobile appereance 2023-06-04 21:16:32 +02:00
astro.config.ts build: remove @astrojs/prefetch 2024-05-09 20:02:29 +02:00
bun.lockb build: bump deps 2024-07-23 23:42:36 +02:00
CONTRIBUTING.md docs: add blog scope 2023-06-03 22:27:09 +02:00
LICENSE license: apache2.0 -> AGPL 2024-07-30 22:40:25 +02:00
package.json build: bump deps 2024-07-23 23:42:36 +02:00
README.md build: remove pnpm 2024-07-24 13:16:51 +02:00
tailwind.config.cjs fix color definitions, add subtitle, better about page 2023-07-21 09:31:27 +02:00
tsconfig.json feat: better docs navigation 2023-06-04 18:46:31 +02:00
vercel.json feat: initial distroid documentation 2024-08-18 15:16:44 +02:00


Hyro

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

Setup

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

Usage

  • To run the development server: bun run dev
  • To build the project for production: bun run build
  • To preview the production build: bun 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

License

This project is licensed under the Apache-2.0 License.