My website written in Astro
Find a file
2023-01-06 23:14:44 +01: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 refactor(components-widgets): remove unused code & icon 2023-01-05 13:46:08 +01:00
src ci: add redirects 2023-01-06 23:14:39 +01:00
.gitignore stvorenie veci 2022-12-04 14:46:22 +01:00
.prettierignore stvorenie veci 2022-12-04 14:46:22 +01:00
astro.config.ts fix: remoe partytown - not required for now 2023-01-05 10:40:42 +01: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-lock.json tailwind class sorting 2023-01-04 12:15:08 +01:00
package.json tailwind class sorting 2023-01-04 12:15:08 +01:00
README.md docs: fix valid url in README 2023-01-06 17:16:14 +01:00
tailwind.config.cjs mobile sidebar 2023-01-04 13:14:27 +01:00
tsconfig.json stvorenie veci 2022-12-04 14:46:22 +01:00
vercel.json ci: add redirects 2023-01-06 23:14:39 +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.