Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 354 Bytes

File metadata and controls

23 lines (17 loc) · 354 Bytes

Impromptu

Local Development

Setup

  1. Install Node.js 20.x.x
  2. Clone the repository locally.
    git clone https://github.com/principle105/wordpractice.io
  3. Install the dependencies.
    npm install

Usage

To start the development server, run

npm run dev