Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 487 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 487 Bytes

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