Skip to content

ThinaticSystem/tagikon

Repository files navigation

Tagikon

Development

Setup

in VS Code

  1. Setup Dev Containers in VS Code: Dev Containers Documentation

  2. Open this project in Dev Container

    Ctrl + Shift + P -> Dev Containers: Reopen in Container

Commands

Run

  • Terminal: pnpm dev
  • VS Code: Press F5

Format Code

  • Terminal: pnpm format
  • VS Code: Ctrl + P -> task format

Lint

  • Terminal: pnpm lint
  • VS Code: Ctrl + P -> task lint

Type Check

  • Terminal: pnpm typecheck
  • VS Code: Ctrl + P -> task typecheck

Run Tests

  • Terminal: pnpm test
  • VS Code: Ctrl + P -> task test

Run All Checks (Format, Lint, Type Check, Tests)

  • Terminal: pnpm check
  • VS Code: Ctrl + P -> task check

For other available scripts, please refer to the scripts section in package.json.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors