My website written in Astro
Find a file
2023-06-03 22:26:28 +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 fix(astro-integrations): check if distURL is null 2023-06-02 23:44:45 +02:00
blog refactor: make blog system like doc, separate buttonss 2023-06-03 21:53:59 +02:00
docs feat(docs/discord-experiments-api): add eligible docs 2023-06-03 22:26:28 +02:00
patches feat: add icons into skills page 2023-05-14 11:18:43 +02:00
public feat: ko-fi link 2023-04-15 20:18:00 +02:00
src feat: add date to blog 2023-06-03 22:09:58 +02:00
.gitattributes build: add gitattributes 2023-06-03 18:56:11 +02:00
.gitignore stvorenie veci 2022-12-04 14:46:22 +01:00
.prettierignore refactor: cleanup 2023-06-02 20:16:23 +02:00
.prettierrc.cjs feat: add date to blog 2023-06-03 22:09:58 +02:00
astro.config.ts refactor: make blog system like doc, separate buttonss 2023-06-03 21:53:59 +02:00
CONTRIBUTING.md docs: update scopes in contributing.md 2023-06-03 18:26:44 +02:00
LICENSE docs: license to APACHE-2.0 2023-04-29 15:41:31 +02:00
package.json build: rename in package json 2023-06-03 20:27:33 +02:00
pnpm-lock.yaml build: remove tailwind dep 2023-06-03 17:44:07 +02:00
README.md feat: add icons into skills page 2023-05-14 11:18:43 +02:00
tailwind.config.cjs refactor: make blog system like doc, separate buttonss 2023-06-03 21:53:59 +02:00
tsconfig.json refactor: make blog system like doc, separate buttonss 2023-06-03 21:53:59 +02:00
vercel.json refactor: make blog system like doc, separate buttonss 2023-06-03 21:53:59 +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: npm install

Usage

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