This website is styled like Linktree, providing access to all my social platforms :) It’s simpler and makes it easier to connect with me.
Built with:
- React (Vite)
- Tailwind CSS
- DaisyUI
To visit the website locally, run the following command:
yarn install
yarn run dev
You can view it at localhost:5173
while developing.
To build the website, run the following commands:
yarn run build
The static files will be located in ./dist/
.
For hosting, You can use Github pages, already setup in .github/workflows/yarn.yaml
. Feel free to modify it to your needs.
If you prefer using nginx, Apache, or another VPS setup, simply place the contents of the dist
directory on your server.