My website written in Astro
Find a file
2023-04-15 20:18:00 +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 chore: change config & integrations to use TypeScript 2023-01-03 12:26:44 +01:00
public feat: ko-fi link 2023-04-15 20:18:00 +02:00
src feat: ko-fi link 2023-04-15 20:18:00 +02:00
.gitignore stvorenie veci 2022-12-04 14:46:22 +01:00
.prettierignore stvorenie veci 2022-12-04 14:46:22 +01:00
.prettierrc.cjs build: prettier 2023-02-25 21:34:13 +01:00
astro.config.ts fix: change domain 2023-04-02 20:17:22 +02:00
CONTRIBUTING.md docs: fix url in CONTRIBUTING 2023-01-05 13:31:58 +01:00
LICENSE docs: add CONTRIBUTING & README & LICENSE 2023-01-05 13:04:40 +01:00
package.json feat: add prettier-astro and schema.org 2023-02-25 11:01:29 +01:00
pnpm-lock.yaml feat: add prettier-astro and schema.org 2023-02-25 11:01:29 +01:00
README.md docs: fix valid url in README 2023-01-06 17:16:14 +01:00
tailwind.config.cjs feat(pages): add 404 page 2023-01-06 23:27:40 +01:00
tsconfig.json stvorenie veci 2022-12-04 14:46:22 +01:00
vercel.json fix: add trailing slash /docs/ to vercel.json redirects 2023-02-23 19:31:21 +01: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 MIT License.