Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

add build command for browser #1524

Closed

Conversation

hakuturu583
Copy link
Contributor

Signed-off-by: Masaya Kataoka ms.kataoka@gmail.com

User-Facing Changes
I want to build website like https://studio.foxglove.dev/?, but I could not found command, so I add it.

Description
Adding build commands for building website.

How to check
please type commands below.

yarn web

connect to http://localhost:8080/

Signed-off-by: Masaya Kataoka <ms.kataoka@gmail.com>
@CLAassistant
Copy link

CLAassistant commented Jul 21, 2021

CLA assistant check
All committers have signed the CLA.

@defunctzombie
Copy link
Contributor

We've been doing this by using yarn serve in the web directory.

@amacneil should we use this instead? If yes we should probably document it on the README?

@amacneil
Copy link
Contributor

I think either have both desktop and web scripts in the root package.json, or neither.

If we use this approach, let’s align it with the desktop scripts (web:build:dev, web:build:prod, web:serve, etc).

If that feels like too many scripts, we could just remove all these build scripts from root and keep them under appropriate desktop or web packages only?

@amacneil
Copy link
Contributor

Thanks! I added the rest of the commands in #1525

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants