![]() Implemented a delete function in the Comment component that filters out the selected comment in real time, enhancing the user experience by providing immediate feedback upon deletion. Also, refactor the authorFollows function in the GraphQL client core to use standardized string quotations for better code consistency. |
||
---|---|---|
.gitea/workflows | ||
.github/workflows | ||
api | ||
docs | ||
gen | ||
patches | ||
public | ||
src | ||
templates | ||
tests | ||
.editorconfig | ||
.gitignore | ||
.lintstagedrc | ||
.npmrc | ||
.stylelintignore | ||
.stylelintrc.json | ||
biome.json | ||
codegen.yml | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
playwright.config.ts | ||
README.md | ||
tsconfig.json | ||
vercel.json | ||
vite.config.ts |
How to start
npm install
npm start
Useful commands
run checks
npm run check
type checking with watch
npm run typecheck:watch
fix styles, imports, formatting and autofixable linting errors:
npm run fix
Code generation
generate new SolidJS component:
npm run hygen component new NewComponentName
generate new SolidJS context:
npm run hygen context new NewContextName