This turborepo uses Yarn as a package manager. It includes the following packages/apps:
cognitic-website
: a SvelteKit app running in https://steercode.com/steercode-app
: a SvelteKit app running in the ElectronEach package/app is 100% TypeScript.
# 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
yarn build