radicle-dev / workstreams-app

Front end of workstreams app
workstreams.vercel.app
3 stars 2 forks source link

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