Home
Softono
inkline

inkline

Open source TypeScript
1.4K
Stars
75
Forks
43
Issues
20
Watchers
1 week
Last Commit

About inkline

# Vite+ Monorepo Starter A starter for creating a Vite+ monorepo. ## Development - Check everything is ready: ```bash vp run ready ``` - Run the tests: ```bash vp run -r test ``` - Build the monorepo: ```bash vp run -r build ``` - Run the development server: ```bash vp run dev ```

Platforms

Web Self-hosted

Languages

TypeScript

Vite+ Monorepo Starter

A starter for creating a Vite+ monorepo.

Development

  • Check everything is ready:
vp run ready
  • Run the tests:
vp run -r test
  • Build the monorepo:
vp run -r build
  • Run the development server:
vp run dev