Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (20 loc) · 519 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 519 Bytes

Project Starter

tagline here

Stack

Requirements

  • Node.js >= 16.17.0
  • pnpm

Installation

  1. Clone this repo

  2. From project root:

pnpm i

Scripts

Use pnpm run <script>:

  • dev: start development mode
  • build: generate a production build
  • preview: run a server pointing to the dist folder
  • lint: lint both styles and JS files