Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 457 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 457 Bytes

workstreams-app

Frontend of workstreams app.

Developing

Install dependencies with yarn install and start a development server:

yarn run dev

# or start the server and open the app in a new browser tab
yarn run dev --open

You have to run the api locally or you can add a .env file to the root folder of the project to use the production api.

VITE_USE_PROD_CONFIG=true