Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add README #8

Merged
merged 3 commits into from
Aug 7, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into readme
  • Loading branch information
jhaaaa committed Aug 7, 2024
commit c486ab4b588de10bce7ae3cbdaeca4d737f86ede
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Run this command to start a local development server you can use to view the web
$ npm run dev
```

The command opens the website at http://localhost:5173/ in your default browser.
The command opens the website at `http://localhost:5173/` in your default browser.

As you make and save changes to markdown files, the website automatically updates to reflect most changes without having to restart the server.

Expand All @@ -88,7 +88,7 @@ As you make and save changes to markdown files, the website automatically update
$ npm run preview
```

The command opens the website at http://localhost:4173/ in your default browser.
The command opens the website at `http://localhost:4173/` in your default browser.

Note that any changes you save to markdown files aren't reflected in this static build because the command serves the website from the `dist` directory, not the editable markdown files.

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.