Source code for https://cshubh.com
- Astro
- daisyUI
- tailwindcss
- TypeScript
- React
- Patience and love ❤️
- Install just 1.46.0
- Install dependencies
pnpm install --frozen-lockfile
- Create a feature branch
git switch --create my-feature
- Run development server
just dev
- Build to verify changes before deployment
just build
- Merge feature branch to master
git switch master git pull origin master git merge my-feature
- Push commits to remote master branch
git push origin master
- Deploy the website
just deploy
- The source code in this repository is licensed under the AGPLv3.
- The text content, including documentation and blog posts, is licensed under the CC BY-NC-SA 4.0.
For more details, please refer to the respective license files.