Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 503 Bytes

File metadata and controls

24 lines (15 loc) · 503 Bytes

LinTO Studio lander (v.2025)

Work in progress (state: discussion)

The LinTO Studio lander is based on Nuxt documentation (Vue3). UI/Framework: NuxtUI with TailwindCSS.

Setup

Make sure to install dependencies:

npm install

# development
npm run dev

# production
npm run build

# preview build
npm run preview