Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 858 Bytes

README.md

File metadata and controls

45 lines (27 loc) · 858 Bytes

InstructLab

InstructLab website

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Prerequisites

Node

Ensure you have node installed by running the command:

node -v

If you do not have node installed, install node: see link.

Yarn

Ensure you have yarn installed by running the command:

yarn -v

If you do not have yarn installed, intsall yarn: see link.

Setting up the local environment

  • Install the dependencies:
yarn install
  • Run the development server:
yarn dev