OSCA-Kampala-Chapter / react-ui

The React Components Library:sparkles:
https://react-ui.org
MIT License
24 stars 15 forks source link

Help needed! #71

Closed mosespace closed 1 year ago

mosespace commented 1 year ago

Hello @HassanBahati am getting problem trying to follow the README.md file in the website directory but am running into the errors below! How can i get helped!

image

image

HassanBahati commented 1 year ago

@mosespace are you trying to run the website?

if yes, please change your working directory into that folder. You seem to be working from the root directory.

  1. cd website should be able to change your directory in to the website
  2. after which pnpm install will install dependencies
  3. to start devevelopent server, you can run pnpm dev
HassanBahati commented 1 year ago

For more context , The website is built using https://nextra.site/

mosespace commented 1 year ago

@mosespace are you trying to run the website?

if yes, please change your working directory into that folder. You seem to be working from the root directory.

  1. cd website should be able to change your directory in to the website
  2. after which pnpm install will install dependencies
  3. to start devevelopent server, you can run pnpm dev

This worked thank you so much