2023-01-05 13:04:40 +01:00
< h1 align = "center" >
< br >
< img src = "https://github.com/xHyroM/website/blob/main/src/assets/logo.png?raw=true" alt = "Hyro" width = "256" >
< br >
< / h1 >
< h4 align = "center" > Source code for hyro's website, simple and modern page.< / h4 >
< p align = "center" >
2023-05-07 22:54:45 +02:00
< a href = "https://s.xhyrom.dev/discord" alt = "Discord" >
2023-01-05 13:04:40 +01:00
< img src = "https://img.shields.io/discord/1046534628577640528?label=discord&style=for-the-badge&color=2fbfc4" / >
< / a >
< / p >
## Setup
2023-01-06 17:16:14 +01:00
1. Clone this repository: `git clone https://github.com/xHyroM/website.git`
2. Navigate to the project directory: `cd website`
2023-01-05 13:04:40 +01:00
3. Install the dependencies: `npm install`
## Usage
2023-05-14 11:18:43 +02:00
- 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`
2023-01-05 13:04:40 +01:00
## Contributing
To contribute to this project, please follow the [standard Git workflow ](https://git-scm.com/book/en/v2/Git-Basics-Getting-a-Git-Repository#The-Standard-Git-Workflow ) and [CONTRIBUTING ](./CONTRIBUTING.md ).
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
2023-04-29 15:43:08 +02:00
This project is licensed under the [Apache-2.0 License ](LICENSE ).