фронтенд, в котором есть наши непубличные ветки
Go to file
2023-03-08 17:35:13 +01:00
__checks__ merged-dev 2022-11-26 01:54:56 +03:00
_templates hygen 2023-02-10 10:41:21 +01:00
.github/workflows build fix, chores: lib updates, lint 2023-03-04 18:26:28 +01:00
.husky init 2022-09-09 14:53:35 +03:00
api goodbye astro, i18n 2023-02-17 10:21:02 +01:00
docs goodbye astro, i18n 2023-02-17 10:21:02 +01:00
public editor very WIP 2023-03-08 17:35:13 +01:00
src editor very WIP 2023-03-08 17:35:13 +01:00
.editorconfig init 2022-09-09 14:53:35 +03:00
.eslintignore goodbye astro, i18n 2023-02-17 10:21:02 +01:00
.eslintrc.js linter-unfuck 2022-12-02 14:35:15 +03:00
.gitignore goodbye astro, i18n 2023-02-17 10:21:02 +01:00
.lintstagedrc upload to storj 2023-02-09 16:09:46 +01:00
.lintstagedrc.bak prettier on on precommit enabled 2022-10-25 17:44:31 +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 & build 2023-02-10 09:33:26 +01:00
CHANGELOG.txt goodbye astro, i18n 2023-02-17 10:21:02 +01:00
codegen.yml Prepare inbox (#65) 2022-12-17 06:27:00 +03:00
LICENSE goodbye astro, i18n 2023-02-17 10:21:02 +01:00
package-lock.json editor very WIP 2023-03-08 17:35:13 +01:00
package.json editor very WIP 2023-03-08 17:35:13 +01:00
README.md goodbye yarn 2023-02-10 13:21:26 +01:00
tsconfig.json goodbye astro, i18n 2023-02-17 10:21:02 +01:00
vercel.json default vercel config test 2023-02-20 22:17:02 +01:00
vite.config.ts goodbye astro, i18n 2023-02-17 10:21:02 +01: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 context:

npx hygen context new NewContextName