Skip to content
Snippets Groups Projects
Unverified Commit 9059b837 authored by おさむのひと's avatar おさむのひと Committed by GitHub
Browse files

fix CONTRIBUTING.md (#12600)

parent b0039f09
No related branches found
No related tags found
No related merge requests found
......@@ -117,6 +117,10 @@ command.
- Server-side source files and automatically builds them if they are modified. Automatically start the server process(es).
- Vite HMR (just the `vite` command) is available. The behavior may be different from production.
- Service Worker is watched by esbuild.
- The front end can be viewed by accessing `http://localhost:5173`.
- The backend listens on the port configured with `port` in .config/default.yml.
If you have not changed it from the default, it will be "http://localhost:3000".
If "port" in .config/default.yml is set to something other than 3000, you need to change the proxy settings in packages/frontend/vite.config.local-dev.ts.
### Dev Container
Instead of running `pnpm` locally, you can use Dev Container to set up your development environment.
......@@ -138,11 +142,6 @@ After finishing the migration, run the `pnpm dev` command to start the developme
pnpm dev
```
To access Misskey once it's launched, type `http://localhost:[port]` in your browser's address bar.
The [port] part will contain the value set in the port item of .config/default.yml (3000 will be entered by default)
caution: If you use a port other than 3000, you need to change the proxy settings in packages/frontend/vite.config.local-dev.ts.
## Testing
- Test codes are located in [`/packages/backend/test`](/packages/backend/test).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment