фронтенд, в котором есть наши непубличные ветки
Go to file
2024-07-01 16:57:03 +03:00
.gitea/workflows trig-deploy 2024-06-25 14:52:21 +03:00
.github/workflows ci-lint-fix 2024-06-25 14:31:05 +03:00
api Merge branch 'router-upgrade' into feature/rating 2024-07-01 16:46:49 +03:00
docs goodbye astro, i18n 2023-02-17 10:21:02 +01:00
patches hub 2024-02-16 17:56:56 +03:00
public Merge branch 'router-upgrade' into feature/rating 2024-07-01 16:46:49 +03:00
src Merge branch 'router-upgrade' into feature/rating 2024-07-01 16:46:49 +03:00
templates mailgun-temaplates 2024-01-05 21:26:15 +03:00
tests ga-integration 2024-06-26 11:22:05 +03:00
.editorconfig init 2022-09-09 14:53:35 +03:00
.gitignore gigantic-wip 2024-06-24 20:50:27 +03:00
.npmrc Merge branch 'editor' of gitlab.com:discoursio/discoursio-webapp into editor 2023-04-26 02:37:29 +00:00
.stylelintignore store layer 2022-09-13 12:30:36 +02:00
.stylelintrc.json biome-fix 2024-02-04 14:55:38 +03:00
app.config.ts home-tops 2024-06-28 10:47:38 +03:00
biome.json home-tops 2024-06-28 10:47:38 +03:00
codegen.yml Merge branch 'feature/notifier' into feature/rating 2024-03-04 16:29:30 +03:00
deploy.sh solid-start-deploy 2024-07-01 16:57:03 +03:00
LICENSE e2e 2024-02-04 16:25:23 +03:00
package-lock.json pkg-bump 2024-06-28 13:35:03 +03:00
package.json pkg-bump 2024-06-28 13:35:03 +03:00
playwright.config.ts ga-integration 2024-06-26 11:22:05 +03:00
README.md Merge branch 'router-upgrade' into feature/rating 2024-07-01 16:46:49 +03:00
tsconfig.json tsc-ok 2024-06-25 14:25:20 +03:00
vite.config.ts Merge branch 'router-upgrade' into feature/rating 2024-07-01 16:46:49 +03:00

How to start

Use Bun to manage packages.

bun i

Useful commands

run checks with your favorite package manager: npm, yarn, pnpm or bun

bun run typecheck

fix styles, imports, formatting and autofixable linting errors:

bun run fix