Skip to content

Dev: Server

Pablo Mayrgundter edited this page Sep 17, 2024 · 6 revisions

Run the server like so for local serving on http://localhost:8080/

yarn install
yarn serve

Local prod

To disable local dev mode, e.g. to make live GitHub API calls

NODE_ENV=production yarn serve-prod

And also set these:

Name Expected Value Description
OAUTH2_CLIENT_ID ask team required for production, but not present in config for security
MINIFY false Optional. Turn off to simplify symbol maps
Clone this wiki locally