mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-26 18:09:40 +08:00
Use the <kbd> tag instead of markdown code backticks (#4081) UnrealApex
I am pretty sure there used to be the tags, though blame doesn't show anything because the file history is kinda of weird after #2946.
This commit is contained in:
parent
9ade1138c8
commit
ac0ba93a8c
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ Follow these steps if you want to work on anything involving the database/accoun
|
|||
npm run dev-fe
|
||||
```
|
||||
|
||||
These commands will start a local dev server on [port 3000](http://localhost:3000). It will watch for changes and rebuild when you edit files in `src/` or `public/` directories. Use `Ctrl+C` to stop it.
|
||||
These commands will start a local dev server on [port 3000](http://localhost:3000). It will watch for changes and rebuild when you edit files in `src/` or `public/` directories. Use <kbd>Ctrl+C</kbd> to stop it.
|
||||
|
||||
Note: Rebuilding doesn't happen instantaneously and depends on your machine, so be patient for changes to appear.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue