links/README.md
2023-05-07 22:55:51 +02:00

1.2 KiB


Hyro

Source code for hyro's links website, simple and modern page.

Setup

  1. Clone this repository: git clone https://github.com/xHyroM/links.git
  2. Navigate to the project directory: cd links
  3. Install the dependencies: pnpm install

Usage

  • To run the development server: pnpm run dev
  • To build the project for production: pnpm run build
  • To preview the production build: pnpm 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