фронтенд, в котором есть наши непубличные ветки
Go to file
2024-05-04 20:23:51 +03:00
.gitea/workflows dontpush 2024-02-04 17:46:14 +03:00
.github/workflows -npm-run-format 2024-04-15 21:01:00 +03:00
api bunfix 2024-02-08 17:01:04 +03:00
docs goodbye astro, i18n 2023-02-17 10:21:02 +01:00
gen stability-editing 2024-02-05 11:59:21 +03:00
patches hub 2024-02-16 17:56:56 +03:00
public Merge remote-tracking branch 'hub/dev' into feature/rating 2024-05-04 14:54:06 +03:00
src postmegred-2 2024-05-04 20:22:29 +03:00
templates mailgun-temaplates 2024-01-05 21:26:15 +03:00
tests stability-editing 2024-02-05 11:59:21 +03:00
.editorconfig init 2022-09-09 14:53:35 +03:00
.gitignore Merge branch 'dev' into feature/rating 2024-03-07 15:38:35 +03:00
.lintstagedrc dummy-debug 2024-02-06 17:34: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
biome.json revised changes 2024-05-01 18:23:47 +03:00
codegen.yml Merge branch 'feature/notifier' into feature/rating 2024-03-04 16:29:30 +03:00
LICENSE e2e 2024-02-04 16:25:23 +03:00
package-lock.json lock-fix 2024-05-04 20:23:51 +03:00
package.json vite-poly 2024-05-02 01:24:03 +03:00
playwright.config.ts e2e 2024-02-04 15:26:47 +03:00
README.md postmerge 2024-02-15 14:46:11 +03:00
tsconfig.json Change rect top (#270) 2023-10-17 16:37:54 +03:00
vercel.json vite-poly 2024-05-02 01:24:03 +03:00
vite.config.ts Merge branch 'hotfix/editor-permission' into feature/rating 2024-05-02 17:05:46 +03:00

How to start

npm install
npm start

Useful commands

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

npm run check

fix styles, imports, formatting and autofixable linting errors:

npm run fix

Code generation

generate new SolidJS component:

npm run hygen component new NewComponentName

generate new SolidJS context:

npm run hygen context new NewContextName