[docs] add documentation for yarn dev (#75)

Added a few lines about running `yarn dev`. It’s easy enough to miss which port it runs on or whether it runs a server at all. Having this explicit URL should help.

Reviewed-on: https://codeberg.org/superseriousbusiness/masto-fe-standalone/pulls/75
Co-authored-by: Zoë Bijl <code@moiety.me>
Co-committed-by: Zoë Bijl <code@moiety.me>
This commit is contained in:
Zoë Bijl
2025-09-30 11:35:34 +02:00
committed by tobi
parent 110c8fb8cc
commit 4edb2f2b2c

View File

@@ -8,7 +8,14 @@ To work on the code decently, you should have Node and Yarn installed. To avoid
## Testing Locally ## Testing Locally
You can fairly easily test builds of Masto-FE locally by using Docker and the GoToSocial testrig. If you want to run Masto-FE in dev mode:
- install the project: `yarn install`
- start the dev server: `yarn dev`
You should now be able to connect on http://localhost:3035. Changes will automatically compile.
You can also fairly easily test builds of Masto-FE locally by using Docker and the GoToSocial testrig.
### Build GoToSocial + launch the GtS testrig ### Build GoToSocial + launch the GtS testrig
@@ -37,7 +44,7 @@ Leave the testrig running.
### Build Masto-FE + run it locally ### Build Masto-FE + run it locally
Now in a *separate* terminal window, get back to the Masto-FE directory, and do a Docker build (this might take a bit of time): Now in a _separate_ terminal window, get back to the Masto-FE directory, and do a Docker build (this might take a bit of time):
```bash ```bash
docker build -t superseriousbusiness/masto-fe-standalone:latest . docker build -t superseriousbusiness/masto-fe-standalone:latest .