фронтенд, в котором есть наши непубличные ветки
Go to file
Untone f0584b8aff
Some checks failed
deploy / test (push) Has been skipped
deploy / Update templates on Mailgun (push) Failing after 2s
revert
2024-02-08 02:14:19 +03:00
.gitea/workflows -traled 2024-02-08 02:12:10 +03:00
.github/workflows test-lint 2024-02-05 19:11:22 +03:00
.husky lint-staged 2024-02-04 13:56:54 +03:00
api -ssr 2024-02-04 13:11:52 +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
public maintopic-limit-hotfix 2024-02-05 22:05:49 +03:00
src -traled 2024-02-08 02:12:10 +03:00
templates -traled 2024-02-08 02:12:10 +03:00
tests stability-editing 2024-02-05 11:59:21 +03:00
.editorconfig init 2022-09-09 14:53:35 +03:00
.gitignore -traled 2024-02-08 02:12:10 +03:00
.lintstagedrc maintopic-limit-hotfix 2024-02-05 22:05:49 +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 -traled 2024-02-08 02:12:10 +03:00
codegen.yml connect retries limit, query fix, session fix 2023-12-03 19:41:59 +03:00
LICENSE e2e 2024-02-04 16:25:23 +03:00
package-lock.json -traled 2024-02-08 02:12:10 +03:00
package.json -traled 2024-02-08 02:12:10 +03:00
playwright.config.ts -traled 2024-02-08 02:12:10 +03:00
README.md stability-editing 2024-02-05 11:59:21 +03:00
tsconfig.json -traled 2024-02-08 02:12:10 +03:00
vercel.json unified naming, unused code removed 2023-11-13 22:22:32 +01:00
vite.config.ts -traled 2024-02-08 02:12:10 +03:00

How to start

npm install
npm start

Useful commands

run checks

npm run check

type checking with watch

npm run typecheck:watch

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