Skip to content

Repository files navigation

My corner of the interwebz ^_^

Source code for https://cshubh.com

Built with

Development

  1. Install just 1.46.0
  2. Install dependencies
    pnpm install --frozen-lockfile
  3. Create a feature branch
    git switch --create my-feature
  4. Run development server
    just dev
  5. Build to verify changes before deployment
    just build
  6. Merge feature branch to master
    git switch master
    git pull origin master
    git merge my-feature
  7. Push commits to remote master branch
    git push origin master
  8. Deploy the website
    just deploy

License

  • 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.

About

My corner of the interwebz ^_^

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages