InstructLab website
This is a Next.js project bootstrapped with create-next-app
.
Ensure you have node
installed by running the command:
node -v
If you do not have node
installed, install node
: see link.
Ensure you have yarn
installed by running the command:
yarn -v
If you do not have yarn
installed, intsall yarn
: see link.
- Install the dependencies:
yarn install
- Run the development server:
yarn dev
- Open http://localhost:3000 in your browser.