mirror of
https://github.com/xHyroM/website.git
synced 2024-11-10 01:38:05 +01:00
My website written in Astro
Jozef Steinhübl
f7821765f3
A year older, wiser, and bolder, Life's tapestry, we steadily unfold her. With each passing day, our stories smolder, In the chapters of time, as we grow older. |
||
---|---|---|
.github | ||
.vscode | ||
astro-integrations/minify | ||
blog | ||
docs | ||
patches | ||
public | ||
src | ||
.gitattributes | ||
.gitignore | ||
.prettierignore | ||
.prettierrc.cjs | ||
astro.config.ts | ||
CONTRIBUTING.md | ||
LICENSE | ||
package.json | ||
pnpm-lock.yaml | ||
README.md | ||
tailwind.config.cjs | ||
tsconfig.json | ||
vercel.json |
Source code for hyro's website, simple and modern page.
Setup
- Clone this repository:
git clone https://github.com/xHyroM/website.git
- Navigate to the project directory:
cd website
- 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.
- Fork this repository
- Create a new branch for your changes:
git checkout -b my-feature
- Commit your changes:
git commit -am "Add my feature"
- Push the branch:
git push origin my-feature
- Open a pull request
License
This project is licensed under the Apache-2.0 License.