- Clone this repository:
git clone https://github.com/xHyroM/links.git - Navigate to the project directory:
cd links - Install the dependencies:
bun install
- To run the development server:
bun run dev - To build the project for production:
bun run build - To preview the production build:
bun run preview
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
