фронтенд, в котором есть наши непубличные ветки
Go to file
Untone 7b3ab33481
Some checks are pending
deploy / test (push) Waiting to run
deploy / deploy (push) Blocked by required conditions
schema-updates
2023-11-30 11:07:31 +03:00
__checks__ merged-dev 2022-11-26 01:54:56 +03:00
_templates hygen component generator 2023-05-06 13:11:45 +02:00
.gitea/workflows ci+https-fix 2023-11-28 23:02:28 +03:00
.github/workflows WIP 2023-03-29 10:51:27 +02: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
public Merge remote-tracking branch 'hub/feature/search-modal' into feature/sse-connect 2023-11-29 23:26:15 +03:00
src schema-updates 2023-11-30 11:07:31 +03:00
.editorconfig init 2022-09-09 14:53:35 +03:00
.eslintignore refactored. 2023-11-28 16:18:25 +03:00
.eslintrc.cjs Feature/lint (#317) 2023-11-14 18:10:00 +03:00
.gitignore refactored. 2023-11-28 16:18:25 +03:00
.gitlab-ci.yml ci fix 2023-05-10 01:31:17 +02:00
.lintstagedrc Fix/meta (#314) 2023-11-14 12:45:44 +02:00
.lintstagedrc.bak Fix/meta (#314) 2023-11-14 12:45:44 +02:00
.npmrc collaborative editing (hocuspocus), lib updates, fixes 2023-03-31 01:27:21 +02:00
.prettierrc.json Feature/lint (#317) 2023-11-14 18:10:00 +03:00
.stylelintignore store layer 2022-09-13 12:30:36 +02:00
.stylelintrc lint 2023-05-01 20:32:32 +02:00
.stylelintrc.bak lint 2023-05-01 20:32:32 +02:00
codegen.yml dummy-runable 2023-11-29 11:23:08 +03:00
LICENSE goodbye astro, i18n 2023-02-17 10:21:02 +01:00
package-lock.json codegen-fix 2023-11-28 19:52:18 +03:00
package.json codegen-fix 2023-11-28 19:52:18 +03:00
README.md hygen component generator 2023-05-06 13:11:45 +02: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

with different backends

npm run start:local
npm run start:production
npm run start:staging

Useful commands

run checks

npm run check

type checking with watch

npm run typecheck:watch

Code generation

generate new SolidJS component:

npx hygen component new NewComponentName

generate new SolidJS context:

npx hygen context new NewContextName