фронтенд, в котором есть наши непубличные ветки
Go to file
ilya-bkv 6c9e930a03 - Remove Bearer
- change chat endpoint
2023-11-15 16:57:24 +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 feat: add in CI/CD pipline 2023-10-15 15:49:46 -03:00
.github/workflows WIP 2023-03-29 10:51:27 +02:00
.husky init 2022-09-09 14:53:35 +03:00
api Merge main 2023-11-13 17:43:08 +03:00
docs goodbye astro, i18n 2023-02-17 10:21:02 +01:00
public Merge main 2023-11-13 17:43:08 +03:00
src - Remove Bearer 2023-11-15 16:57:24 +03:00
.editorconfig init 2022-09-09 14:53:35 +03:00
.eslintignore goodbye astro, i18n 2023-02-17 10:21:02 +01:00
.eslintrc.cjs Merge main 2023-11-13 17:43:08 +03:00
.gitignore bun+fixes 2023-10-11 20:03:20 +03:00
.gitlab-ci.yml ci fix 2023-05-10 01:31:17 +02:00
.lintstagedrc upload to storj 2023-02-09 16:09:46 +01:00
.lintstagedrc.bak Merge main 2023-11-13 17:43:08 +03:00
.npmrc collaborative editing (hocuspocus), lib updates, fixes 2023-03-31 01:27:21 +02:00
.prettierrc.json init 2022-09-09 14:53:35 +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
CHANGELOG.txt goodbye astro, i18n 2023-02-17 10:21:02 +01:00
codegen.yml create shout -> edit 2023-04-11 15:57:48 +02:00
LICENSE goodbye astro, i18n 2023-02-17 10:21:02 +01:00
package-lock.json Merge main 2023-11-13 17:43:08 +03:00
package.json Merge main 2023-11-13 17:43:08 +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 Hotfix/deploy error fix (#238) 2023-09-27 17:33:06 +03:00
vite.config.ts Merge main 2023-11-13 17:43:08 +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