Skip to content

hasssan/tulkit

Repository files navigation

Tulkit

This project is a collection of frequently used tools.

Developing

  1. Installed dependencies with npm install (or pnpm install or yarn).
  2. Start a development server:
    npm run dev
    
    # or start the server and open the app in a new browser tab
    npm run dev -- --open

Building

  • To create a production version of the app:
    npm run build
  • To preview the production build:
    npm run preview