фронтенд, в котором есть наши непубличные ветки
Go to file
2023-02-10 13:21:26 +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 goodbye yarn 2023-02-10 13:21:26 +01:00
.husky init 2022-09-09 14:53:35 +03:00
api lint & build 2023-02-10 09:33:26 +01:00
docs reactionsByShout not used 2022-10-18 07:40:05 +03:00
public Feed page fixes 2023-01-26 01:13:01 +03:00
src Merge remote-tracking branch 'gitlab/dev' into minor-fixes 2023-02-10 12:19:37 +01:00
.editorconfig init 2022-09-09 14:53:35 +03:00
.eslintignore upgrade-pks 2022-11-13 09:44:30 +03:00
.eslintrc.js linter-unfuck 2022-12-02 14:35:15 +03:00
.gitignore goodbye yarn 2023-02-10 13:21:26 +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
.npmrc init 2022-09-09 14:53:35 +03: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
astro.config.ts lint & build 2023-02-10 09:33:26 +01:00
CHANGELOG.txt pkgs-cleanup 2023-01-31 20:37:25 +03:00
codegen.yml Prepare inbox (#65) 2022-12-17 06:27:00 +03:00
LICENSE init 2022-09-09 14:53:35 +03:00
package-lock.json goodbye yarn 2023-02-10 13:21:26 +01:00
package.json minor changes 2023-02-10 12:11:24 +01:00
pnpm-lock.yaml pkgs-cleanup 2023-01-31 20:37:25 +03:00
README.md goodbye yarn 2023-02-10 13:21:26 +01:00
tsconfig.json tsconfig-noastro 2022-10-04 14:42:12 +03:00
vercel.json upload to storj 2023-02-09 16:09:46 +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