# tryoffdiff **Repository Path**: wsyin/tryoffdiff ## Basic Information - **Project Name**: tryoffdiff - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: gh-page - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-13 - **Last Updated**: 2025-01-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Project Webpage of TryOffDiff To build an existing page locally and to serve: ```bash jekyll build jekyll serve --livereload ``` To build a fresh page: ```bash jekyll new . --force bundle exec jekyll serve --livereload ```