Skip to content

docs: update project setup commands in READMEs#3334

Merged
bartlomieju merged 9 commits into
freshframework:mainfrom
SisyphusZheng:main
Mar 26, 2026
Merged

docs: update project setup commands in READMEs#3334
bartlomieju merged 9 commits into
freshframework:mainfrom
SisyphusZheng:main

Conversation

@SisyphusZheng
Copy link
Copy Markdown
Contributor

@SisyphusZheng SisyphusZheng commented Sep 4, 2025

Summary

  • Update init command in README.md from deno run -A -r https://fresh.deno.dev to deno run -Ar jsr:@fresh/init to match Fresh 2.x
  • Fix www/README.md to use deno task dev (Vite dev server) instead of deno task start (production server) for development workflow

Changed Fresh project initialization command in README files to use 'deno run -Ar jsr:@fresh/init'. Updated Hero component to remove 'origin' prop and use the new command in CopyArea.
Eliminated the unused 'origin' variable from the MainPage component in index.tsx for cleaner code.
@SisyphusZheng SisyphusZheng marked this pull request as draft September 4, 2025 04:25
@SisyphusZheng SisyphusZheng marked this pull request as ready for review September 4, 2025 04:42
Comment thread www/README.md Outdated
marvinhagemeister and others added 3 commits September 4, 2025 09:02
Replaced placeholder TODOs with relevant screenshots in the getting started documentation. Added three new images to illustrate app initialization, about page, and countdown example.
Copy link
Copy Markdown
Contributor

@marvinhagemeister marvinhagemeister left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@marvinhagemeister
Copy link
Copy Markdown
Contributor

A bit unsure if we should merge it now or wait until 2.0 is officially released.

@SisyphusZheng
Copy link
Copy Markdown
Contributor Author

A bit unsure if we should merge it now or wait until 2.0 is officially released.

I personally think everyone is eagerly waiting for V2, and the changes you've driven are significant. At least from my perspective, it would be better to let everyone feel (the changes) sooner.

@bartlomieju bartlomieju changed the title [docs]Update Fresh project setup commands and Hero component configuration docs: update project setup commands in READMEs Mar 26, 2026
@bartlomieju bartlomieju enabled auto-merge (squash) March 26, 2026 08:09
@bartlomieju bartlomieju merged commit 2fce869 into freshframework:main Mar 26, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants