mirror of
https://github.com/xHyroM/links.git
synced 2024-11-09 18:28:05 +01:00
My link tree written in Astro
.gimi | ||
.vscode | ||
public | ||
src | ||
.gitignore | ||
.prettierignore | ||
.prettierrc.cjs | ||
astro.config.ts | ||
CONTRIBUTING.md | ||
LICENSE | ||
package.json | ||
pnpm-lock.yaml | ||
postcss.config.cjs | ||
README.md | ||
tailwind.config.cjs | ||
tsconfig.json |
Source code for hyro's links website, simple and modern page.
Setup
- Clone this repository:
git clone https://github.com/xHyroM/links.git
- Navigate to the project directory:
cd links
- 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.
- 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