My website written in Astro
Find a file
2023-02-24 20:38:26 +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 fix: remove unwanted file 2023-02-23 12:31:57 +01:00
src fix(pages-blog): use date instead of pubDate 2023-02-24 20:38:26 +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: resolve all issues, astro@2 2023-02-24 11:16:07 +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.json build: upgrade to astro@2 2023-02-23 19:15:27 +01:00
pnpm-lock.yaml build: upgrade to astro@2 2023-02-23 19:15:27 +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.