What's inside?

This turborepo uses Yarn as a package manager. It includes the following packages/apps:

Apps and Packages

Each package/app is 100% TypeScript.

FAQ

How to compile an run steercode-app electron app?

# install dependencies 
yarn install

# go to app root directory
cd apps/steercode-app-electron

# (optional) run dev server
yarn dev

#  compile the app
yarn build
  • all outputs will be in the /apps/steercode-app-electron/dist directory

How to deploy steercode-app to sentry?

  1. go to sentry https://sentry.dctr.co/settings/account/api/auth-tokens/
  2. create new api key. with following permissions
    • project:read
    • project:releases
    • org:read
  3. put your auth token to SENTRY_AUTH_TOKEN in the /apps/steercode-app-electron/.env file
  4. set VITE_PUBLIC_ENV env variable to 'production'
  5. run yarn build

Top categories

Loading Svelte Themes