фронтенд, в котором есть наши непубличные ветки
Go to file
Untone 64b52c3289
Some checks failed
deploy / test (push) Failing after 1m1s
deploy / Update templates on Mailgun (push) Has been skipped
deploy / test_with_playwright (push) Failing after 44s
deploy / push (push) Has been skipped
less-steps
2024-02-04 12:42:19 +03:00
.gitea/workflows less-steps 2024-02-04 12:42:19 +03:00
.github/workflows Merge branch 'editor' of gitlab.com:discoursio/discoursio-webapp into editor 2023-04-26 02:37:29 +00:00
.husky init 2022-09-09 14:53:35 +03:00
api merged 2023-11-17 18:08:52 +03:00
docs goodbye astro, i18n 2023-02-17 10:21:02 +01:00
gen fmt-lint 2024-02-04 12:03:15 +03:00
public Merge branch 'main' into dev 2024-01-29 12:07:06 +03:00
src sometimes-needed 2024-02-04 12:30:06 +03:00
templates mailgun-temaplates 2024-01-05 21:26:15 +03:00
test fmt-lint 2024-02-04 12:03:15 +03:00
.editorconfig init 2022-09-09 14:53:35 +03:00
.gitignore dev 2024-01-31 15:34:15 +03:00
.lintstagedrc fmt-lint 2024-02-04 12:03:15 +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 linted 2024-01-23 19:32:57 +03:00
biome.json sometimes-needed 2024-02-04 12:26:45 +03:00
codegen.yml connect retries limit, query fix, session fix 2023-12-03 19:41:59 +03:00
LICENSE goodbye astro, i18n 2023-02-17 10:21:02 +01:00
package-lock.json fmt-lint 2024-02-04 12:17:02 +03:00
package.json fmt-lint 2024-02-04 12:17:02 +03:00
README.md fmt-lint 2024-02-04 12:03:15 +03:00
tsconfig.json Change rect top (#270) 2023-10-17 16:37:54 +03:00
vercel.json unified naming, unused code removed 2023-11-13 22:22:32 +01:00
vite.config.ts Feature/lint (#317) 2023-11-14 18:10:00 +03:00

How to start

npm install
npm start

Useful commands

run checks

npm run check

type checking with watch

npm run typecheck:watch

Code generation

generate new SolidJS component:

npm run hygen component new NewComponentName

generate new SolidJS context:

npm run hygen context new NewContextName